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>
This commit is contained in:
Randy Dunlap 2020-03-30 17:22:11 -07:00 committed by Jiri Kosina
parent 15f9f63f4d
commit 2060743411
1 changed files with 1 additions and 1 deletions

View File

@ -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)