From: Niels Möller Date: Sat, 29 Mar 2014 07:24:33 +0000 (+0100) Subject: Minor typo fixes. X-Git-Tag: nettle_3.0_release_20140607~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f2a6218fb99d014ee5726fade64b28e236de7a;p=thirdparty%2Fnettle.git Minor typo fixes. --- diff --git a/ChangeLog b/ChangeLog index 0f6dd264..16f7bd24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -650,7 +650,7 @@ * configure.ac (asm_replace_list): Added poly1305-internal.asm. - * asm.m4: Define struct ffsets for 64-bit poly1305_ctx. + * asm.m4: Define struct offsets for 64-bit poly1305_ctx. * poly1305.h (POLY1305_DIGEST): Pass the encrypted nonce as an additional argument to poly1305_digest. @@ -834,7 +834,7 @@ * eax.c: New file. * eax.h: New file. - * aes.h: Fixed type in name mangling for new aes functions. + * aes.h: Fixed typo in name mangling for new aes functions. 2013-09-28 Niels Möller diff --git a/cast128.c b/cast128.c index ae44531a..5d736893 100644 --- a/cast128.c +++ b/cast128.c @@ -227,7 +227,7 @@ cast5_set_key(struct cast128_ctx *ctx, x0 = READ_UINT32 (key); - /* Read final work, possibly zero-padded. */ + /* Read final word, possibly zero-padded. */ switch (length & 3) { case 0: