Commit 20607434 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jiri Kosina

lib/bitmap.c: fix spello

Fix typo/spello for whitespaces.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 15f9f63f
...@@ -551,7 +551,7 @@ static inline bool end_of_region(char 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. * of the region.
*/ */
static const char *bitmap_find_region(const char *str) static const char *bitmap_find_region(const char *str)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment