diff options
author | Randy Dunlap | 2020-03-30 17:22:11 -0700 |
---|---|---|
committer | Jiri Kosina | 2020-05-18 12:37:51 +0200 |
commit | 20607434113b8f7d74cfc98e27a4199535c1d4fa (patch) | |
tree | 5ef81948c807e3ec9743c7dbe3886a5e331bdccc /lib/bitmap.c | |
parent | 15f9f63f4d74c084d32663065e36e57fdc2e47fd (diff) |
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.c | 2 |
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) |