]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Minor typo fixes.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 29 Mar 2014 07:24:33 +0000 (08:24 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 29 Mar 2014 07:24:33 +0000 (08:24 +0100)
ChangeLog
cast128.c

index 0f6dd264aee5e3dee99ae61c52f3dde68fe63486..16f7bd243f3a5d507d5f4a1648edfc4aed8692b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 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.
        * 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  <nisse@lysator.liu.se>
 
index ae44531a74d447c6415bff6fd33f913c23aa36a4..5d73689344840e5d44db673d73acfdcf5e8b9242 100644 (file)
--- 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: