[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200731023924.8829-5-rdunlap@infradead.org>
Date: Thu, 30 Jul 2020 19:39:22 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
linux-crypto@...r.kernel.org
Subject: [PATCH 4/6] crypto: crct10dif_generic: fix duplicated words
Change the doubled word "at" to "at a".
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Herbert Xu <herbert@...dor.apana.org.au>
Cc: "David S. Miller" <davem@...emloft.net>
Cc: linux-crypto@...r.kernel.org
---
crypto/crct10dif_generic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200730.orig/crypto/crct10dif_generic.c
+++ linux-next-20200730/crypto/crct10dif_generic.c
@@ -35,7 +35,7 @@ struct chksum_desc_ctx {
};
/*
- * Steps through buffer one byte at at time, calculates reflected
+ * Steps through buffer one byte at a time, calculates reflected
* crc using table.
*/
Powered by blists - more mailing lists