[PATCH] lib: bitmap: delete duplicated words

From: Randy Dunlap
Date: Sun Aug 23 2020 - 00:05:34 EST


Drop the repeated word "an".

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---
lib/bitmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200730.orig/lib/bitmap.c
+++ linux-next-20200730/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.