From 51f2a6218fb99d014ee5726fade64b28e236de7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 29 Mar 2014 08:24:33 +0100
Subject: [PATCH] Minor typo fixes.

---
 ChangeLog | 4 ++--
 cast128.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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  <nisse@lysator.liu.se>
 
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:
-- 
GitLab