aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bitmap.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-03-30 17:22:11 -0700
committerJiri Kosina <jkosina@suse.cz>2020-05-18 12:37:51 +0200
commit20607434113b8f7d74cfc98e27a4199535c1d4fa (patch)
tree5ef81948c807e3ec9743c7dbe3886a5e331bdccc /lib/bitmap.c
parentfs: Fix missing 'bit' in comment (diff)
downloadlinux-dev-20607434113b8f7d74cfc98e27a4199535c1d4fa.tar.xz
linux-dev-20607434113b8f7d74cfc98e27a4199535c1d4fa.zip
lib/bitmap.c: fix spello
Fix typo/spello for whitespaces. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/bitmap.c')
-rw-r--r--lib/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c
index 89260aa342d6..a801379e9354 100644
--- a/lib/bitmap.c
+++ b/lib/bitmap.c
@@ -551,7 +551,7 @@ static inline bool end_of_region(char c)
}
/*
- * The format allows commas and whitespases at the beginning
+ * The format allows commas and whitespaces at the beginning
* of the region.
*/
static const char *bitmap_find_region(const char *str)