[PATCH trivial] lib/bitmap.c: fix spello

From: Randy Dunlap
Date: Mon Mar 30 2020 - 20:22:14 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Fix typo/spello for whitespaces.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Jiri Kosina <trivial@xxxxxxxxxx>
---
lib/bitmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200330.orig/lib/bitmap.c
+++ linux-next-20200330/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)