From: Niels Möller Date: Tue, 20 Jul 2010 20:29:14 +0000 (+0200) Subject: Fixed spelling in comment. X-Git-Tag: nettle_2.1_release_20100725~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed4549a315b163ad9e5ffe880ca6008aa24ceaf2;p=thirdparty%2Fnettle.git Fixed spelling in comment. Rev: nettle/cbc.c:1.2 --- diff --git a/cbc.c b/cbc.c index cee71093..6bd9f9ae 100644 --- a/cbc.c +++ b/cbc.c @@ -52,7 +52,7 @@ cbc_encrypt(void *ctx, nettle_crypt_func f, } } -/* Reqires that dst != src */ +/* Requires that dst != src */ static void cbc_decrypt_internal(void *ctx, nettle_crypt_func f, unsigned block_size, uint8_t *iv,