sys/opencrypto: minor spelling fixes.

No functional change.

Reviewed by:	jmg
This commit is contained in:
pfg 2016-05-06 23:37:19 +00:00
parent b53514c2e2
commit 7ae6532977
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)
{

View File

@ -911,7 +911,7 @@ crypto_select_kdriver(const struct cryptkop *krp, int flags)
}
/*
* Dispatch an assymetric crypto request.
* Dispatch an asymmetric crypto request.
*/
static int
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,
};
/* calulate v * 2 */
/* calculate v * 2 */
static inline struct gf128
gf128_mulalpha(struct gf128 v)
{