summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-30 19:39:21 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2020-08-21 14:45:25 +1000
commit6389ee8d6b1b77554d449dfe7bd1a060a05fed43 (patch)
treecef74d116c5500d8237525d1b84869046a50257c
parent06540ca419ed3061448b416851e42cb9a63499fc (diff)
downloadlinux-crypto-6389ee8d6b1b77554d449dfe7bd1a060a05fed43.tar.gz
linux-crypto-6389ee8d6b1b77554d449dfe7bd1a060a05fed43.zip
crypto: crc32c_generic - delete and fix duplicated words
Drop the doubled word "the". Change "at at" to "at a". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/crc32c_generic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/crc32c_generic.c b/crypto/crc32c_generic.c
index 7fa9b078..76861473 100644
--- a/crypto/crc32c_generic.c
+++ b/crypto/crc32c_generic.c
@@ -15,7 +15,7 @@
* pages = {},
* month = {June},
*}
- * Used by the iSCSI driver, possibly others, and derived from the
+ * Used by the iSCSI driver, possibly others, and derived from
* the iscsi-crc.c module of the linux-iscsi driver at
* http://linux-iscsi.sourceforge.net.
*
@@ -50,7 +50,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.
*/