From 0d4fb8439092ff8253af72ac6bc193e77ebbcf2f Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Fri, 5 Feb 2016 15:23:54 -0500 Subject: GH601: Various spelling fixes. Signed-off-by: Rich Salz Reviewed-by: Matt Caswell --- crypto/modes/cfb128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/modes/cfb128.c') diff --git a/crypto/modes/cfb128.c b/crypto/modes/cfb128.c index d4ecbd08ee..c4395bcab5 100644 --- a/crypto/modes/cfb128.c +++ b/crypto/modes/cfb128.c @@ -190,7 +190,7 @@ static void cfbr_encrypt_block(const unsigned char *in, unsigned char *out, block128_f block) { int n, rem, num; - unsigned char ovec[16 * 2 + 1]; /* +1 because we dererefence (but don't + unsigned char ovec[16 * 2 + 1]; /* +1 because we dereference (but don't * use) one byte off the end */ if (nbits <= 0 || nbits > 128) -- cgit v1.2.3