summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-06 23:37:19 +0000
committerpfg <pfg@FreeBSD.org>2016-05-06 23:37:19 +0000
commit7ae65329772cd6a2fe31ff6f0e29ad2c62063626 (patch)
tree40c44f44c2188e5f8863793c01cb879a5271cf3c /sys/opencrypto
parentb53514c2e21574d3ab1196a1554ea217a384ce37 (diff)
downloadFreeBSD-src-7ae65329772cd6a2fe31ff6f0e29ad2c62063626.zip
FreeBSD-src-7ae65329772cd6a2fe31ff6f0e29ad2c62063626.tar.gz
sys/opencrypto: minor spelling fixes.
No functional change. Reviewed by: jmg
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/cast.c2
-rw-r--r--sys/opencrypto/crypto.c2
-rw-r--r--sys/opencrypto/gfmult.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/opencrypto/cast.c b/sys/opencrypto/cast.c
index 7474b36..53fec76 100644
--- a/sys/opencrypto/cast.c
+++ b/sys/opencrypto/cast.c
@@ -127,7 +127,7 @@ u_int32_t t, l, r;
}
-/***** Key Schedual *****/
+/***** Key Schedule *****/
void cast_setkey(cast_key* key, u_int8_t* rawkey, int keybytes)
{
diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c
index d084b77..44fbdf8 100644
--- a/sys/opencrypto/crypto.c
+++ b/sys/opencrypto/crypto.c
@@ -911,7 +911,7 @@ again:
}
/*
- * Dispatch an assymetric crypto request.
+ * Dispatch an asymmetric crypto request.
*/
static int
crypto_kinvoke(struct cryptkop *krp, int crid)
diff --git a/sys/opencrypto/gfmult.c b/sys/opencrypto/gfmult.c
index 990a7ff..b34af26 100644
--- a/sys/opencrypto/gfmult.c
+++ b/sys/opencrypto/gfmult.c
@@ -40,7 +40,7 @@ static const uint8_t nib_rev[] = {
0x1, 0x9, 0x5, 0xd, 0x3, 0xb, 0x7, 0xf,
};
-/* calulate v * 2 */
+/* calculate v * 2 */
static inline struct gf128
gf128_mulalpha(struct gf128 v)
{
OpenPOWER on IntegriCloud