Documentation: Docbook: Fix generated DocBook/kernel-api.xml
[linux-2.6-block.git] / lib / bitmap.c
index 06f7e4fe8d2de4046a3139106058b9c831c9b789..ed0f00c3da0a9edab3f16c7620e7605a0be5457b 100644 (file)
@@ -882,7 +882,7 @@ EXPORT_SYMBOL(bitmap_bitremap);
  * read it, you're overqualified for your current job.)
  *
  * In other words, @orig is mapped onto (surjectively) @dst,
- * using the the map { <n, m> | the n-th bit of @relmap is the
+ * using the map { <n, m> | the n-th bit of @relmap is the
  * m-th set bit of @relmap }.
  *
  * Any set bits in @orig above bit number W, where W is the
@@ -930,7 +930,7 @@ EXPORT_SYMBOL(bitmap_bitremap);
  *
  *  Further lets say we use the following code, invoking
  *  bitmap_fold() then bitmap_onto, as suggested above to
- *  avoid the possitility of an empty @dst result:
+ *  avoid the possibility of an empty @dst result:
  *
  *     unsigned long *tmp;     // a temporary bitmap's bits
  *