Skip to content

Commit 71952d7

Browse files
rddunlapherbertx
authored andcommitted
crypto: crct10dif_generic - fix duplicated words
Change the doubled word "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 743b915 commit 71952d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/crct10dif_generic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct chksum_desc_ctx {
3535
};
3636

3737
/*
38-
* Steps through buffer one byte at at time, calculates reflected
38+
* Steps through buffer one byte at a time, calculates reflected
3939
* crc using table.
4040
*/
4141

0 commit comments

Comments
 (0)