lib/bitmap.c: fix spello
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 31 Mar 2020 00:22:11 +0000 (17:22 -0700)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 May 2020 10:37:51 +0000 (12:37 +0200)
Fix typo/spello for whitespaces.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
lib/bitmap.c

index 89260aa..a801379 100644 (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)