From: Randy Dunlap Date: Tue, 31 Mar 2020 00:22:11 +0000 (-0700) Subject: lib/bitmap.c: fix spello X-Git-Tag: v5.15~2662^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20607434113b8f7d74cfc98e27a4199535c1d4fa;p=platform%2Fkernel%2Flinux-starfive.git lib/bitmap.c: fix spello Fix typo/spello for whitespaces. Signed-off-by: Randy Dunlap Signed-off-by: Jiri Kosina --- 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 @@ 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)