projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf9fe2
)
kconfig: util: Fix typo in comment
author
Thomas Weber
<weber@corscience.de>
Fri, 19 Feb 2010 11:43:44 +0000
(12:43 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 15 Mar 2010 14:17:01 +0000
(15:17 +0100)
sting replaced with string
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
scripts/kconfig/util.c
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/util.c
b/scripts/kconfig/util.c
index b6b2a46af14c400b556b61c3f6e1caeed792a87a..25d1ec4ca28a0e5ed3090291df8f2f67e2a20b4b 100644
(file)
--- a/
scripts/kconfig/util.c
+++ b/
scripts/kconfig/util.c
@@
-72,7
+72,7
@@
int file_write_dep(const char *name)
}
-/* Allocate initial growable sting */
+/* Allocate initial growable st
r
ing */
struct gstr str_new(void)
{
struct gstr gs;