From: Randy Dunlap Date: Fri, 31 Jul 2020 02:39:21 +0000 (-0700) Subject: crypto: crc32c_generic - delete and fix duplicated words X-Git-Tag: v5.10.7~1291^2~201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=743b91507703f1ac9754f9de7a55504c13cac89a;p=platform%2Fkernel%2Flinux-rpi.git crypto: crc32c_generic - delete and fix duplicated words Drop the doubled word "the". Change "at at" to "at a". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu --- diff --git a/crypto/crc32c_generic.c b/crypto/crc32c_generic.c index 7fa9b07..7686147 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. */