Skip to content

Commit 743b915

Browse files
rddunlapherbertx
authored andcommitted
crypto: crc32c_generic - delete and fix duplicated words
Drop the doubled word "the". Change "at at" to "at a". Signed-off-by: Randy Dunlap <[email protected]> Cc: Herbert Xu <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: [email protected] Signed-off-by: Herbert Xu <[email protected]>
1 parent 4eb57bc commit 743b915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypto/crc32c_generic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* pages = {},
1616
* month = {June},
1717
*}
18-
* Used by the iSCSI driver, possibly others, and derived from the
18+
* Used by the iSCSI driver, possibly others, and derived from
1919
* the iscsi-crc.c module of the linux-iscsi driver at
2020
* http://linux-iscsi.sourceforge.net.
2121
*
@@ -50,7 +50,7 @@ struct chksum_desc_ctx {
5050
};
5151

5252
/*
53-
* Steps through buffer one byte at at time, calculates reflected
53+
* Steps through buffer one byte at a time, calculates reflected
5454
* crc using table.
5555
*/
5656

0 commit comments

Comments
 (0)