diff options
author | Randy Dunlap <[email protected]> | 2020-10-15 20:10:48 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-10-16 11:11:19 -0700 |
commit | f1e594acb1bdf29b583fe205793699a8e7c35fc0 (patch) | |
tree | 3830daa220101bb2b6983e081c7881aeca067aa3 | |
parent | 197d6c1dde4e19517e8cf843eec7fc6417241969 (diff) |
lib: libcrc32c: delete duplicated words
Drop the repeated word "the".
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | lib/libcrc32c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrc32c.c b/lib/libcrc32c.c index 77ab839644c5..5ca0d815a95d 100644 --- a/lib/libcrc32c.c +++ b/lib/libcrc32c.c @@ -12,7 +12,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. * |