commit | 20607434113b8f7d74cfc98e27a4199535c1d4fa | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Mon Mar 30 17:22:11 2020 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon May 18 12:37:51 2020 +0200 |
tree | 5ef81948c807e3ec9743c7dbe3886a5e331bdccc | |
parent | 15f9f63f4d74c084d32663065e36e57fdc2e47fd [diff] [blame] |
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>
diff --git a/lib/bitmap.c b/lib/bitmap.c index 89260aa..a801379 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c
@@ -551,7 +551,7 @@ } /* - * 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)