projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f9f63
)
lib/bitmap.c: fix spello
author
Randy Dunlap
<rdunlap@infradead.org>
Tue, 31 Mar 2020 00:22:11 +0000
(17:22 -0700)
committer
Jiri 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
patch
|
blob
|
history
diff --git
a/lib/bitmap.c
b/lib/bitmap.c
index
89260aa
..
a801379
100644
(file)
--- 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 whitespa
s
es at the beginning
+ * The format allows commas and whitespa
c
es at the beginning
* of the region.
*/
static const char *bitmap_find_region(const char *str)