Commit 197d6c1d authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

lib: bitmap: delete duplicated words

Drop the repeated word "an".
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/20200823040424.25760-1-rdunlap@infradead.orgSigned-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 32dd8afa
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/** /**
* DOC: bitmap introduction * 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 * array of unsigned longs. The number of valid bits in a
* given bitmap does _not_ need to be an exact multiple of * given bitmap does _not_ need to be an exact multiple of
* BITS_PER_LONG. * BITS_PER_LONG.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment