diff options
| author | Randy Dunlap <[email protected]> | 2020-10-16 03:10:45 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-10-16 18:11:19 +0000 |
| commit | 197d6c1dde4e19517e8cf843eec7fc6417241969 (patch) | |
| tree | 02fe1e3c2cdaae519283bf0fd743cd3b5a9063a5 /lib/bitmap.c | |
| parent | MAINTAINERS: [email protected] -> [email protected] (diff) | |
| download | kernel-197d6c1dde4e19517e8cf843eec7fc6417241969.tar.gz kernel-197d6c1dde4e19517e8cf843eec7fc6417241969.zip | |
lib: bitmap: delete duplicated words
Drop the repeated word "an".
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]>
Diffstat (limited to 'lib/bitmap.c')
| -rw-r--r-- | lib/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c index 61394890788e..75006c4036e9 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c @@ -23,7 +23,7 @@ /** * DOC: bitmap introduction * - * bitmaps provide an array of bits, implemented using an an + * bitmaps provide an array of bits, implemented using an * array of unsigned longs. The number of valid bits in a * given bitmap does _not_ need to be an exact multiple of * BITS_PER_LONG. |
