diff options
Diffstat (limited to 'lib/bitmap.c')
-rw-r--r-- | lib/bitmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c index 06f7e4fe8d2d..ed0f00c3da0a 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c | |||
@@ -882,7 +882,7 @@ EXPORT_SYMBOL(bitmap_bitremap); | |||
882 | * read it, you're overqualified for your current job.) | 882 | * read it, you're overqualified for your current job.) |
883 | * | 883 | * |
884 | * In other words, @orig is mapped onto (surjectively) @dst, | 884 | * In other words, @orig is mapped onto (surjectively) @dst, |
885 | * using the the map { <n, m> | the n-th bit of @relmap is the | 885 | * using the map { <n, m> | the n-th bit of @relmap is the |
886 | * m-th set bit of @relmap }. | 886 | * m-th set bit of @relmap }. |
887 | * | 887 | * |
888 | * Any set bits in @orig above bit number W, where W is the | 888 | * Any set bits in @orig above bit number W, where W is the |
@@ -930,7 +930,7 @@ EXPORT_SYMBOL(bitmap_bitremap); | |||
930 | * | 930 | * |
931 | * Further lets say we use the following code, invoking | 931 | * Further lets say we use the following code, invoking |
932 | * bitmap_fold() then bitmap_onto, as suggested above to | 932 | * bitmap_fold() then bitmap_onto, as suggested above to |
933 | * avoid the possitility of an empty @dst result: | 933 | * avoid the possibility of an empty @dst result: |
934 | * | 934 | * |
935 | * unsigned long *tmp; // a temporary bitmap's bits | 935 | * unsigned long *tmp; // a temporary bitmap's bits |
936 | * | 936 | * |