]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - lib/bitmap.c
UBUNTU: [Packaging] Change source package name to linux
[mirror_ubuntu-hirsute-kernel.git] / lib / bitmap.c
index 61394890788e449d58c5e871c59ed8e723089469..75006c4036e9e831e3ab7829d3702864d304b86b 100644 (file)
@@ -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.