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

lib: bitmap: delete duplicated words

parent 32dd8afa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.