sys/opencrypto: minor spelling fixes.

No functional change.

Reviewed by:	jmg
This commit is contained in:
Pedro F. Giffuni 2016-05-06 23:37:19 +00:00
parent 8eabbbe24b
commit 1762773d79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299202
3 changed files with 3 additions and 3 deletions

View File

@ -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) void cast_setkey(cast_key* key, u_int8_t* rawkey, int keybytes)
{ {

View File

@ -911,7 +911,7 @@ again:
} }
/* /*
* Dispatch an assymetric crypto request. * Dispatch an asymmetric crypto request.
*/ */
static int static int
crypto_kinvoke(struct cryptkop *krp, int crid) crypto_kinvoke(struct cryptkop *krp, int crid)

View File

@ -40,7 +40,7 @@ static const uint8_t nib_rev[] = {
0x1, 0x9, 0x5, 0xd, 0x3, 0xb, 0x7, 0xf, 0x1, 0x9, 0x5, 0xd, 0x3, 0xb, 0x7, 0xf,
}; };
/* calulate v * 2 */ /* calculate v * 2 */
static inline struct gf128 static inline struct gf128
gf128_mulalpha(struct gf128 v) gf128_mulalpha(struct gf128 v)
{ {