commit | 31a2d31dbd01a7d530a748e6f708ba047c37fb90 | [log] [tgz] |
---|---|---|
author | Thomas Weber <weber@corscience.de> | Fri Feb 19 12:43:44 2010 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Mar 15 15:17:01 2010 +0100 |
tree | f54a12fecfba8ef9a1df2e747c9053b75a670532 | |
parent | daf9fe2ee9a203c4fc555cfe5c5f3d9f660e743c [diff] [blame] |
kconfig: util: Fix typo in comment sting replaced with string Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index b6b2a46a..25d1ec4 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c
@@ -72,7 +72,7 @@ } -/* Allocate initial growable sting */ +/* Allocate initial growable string */ struct gstr str_new(void) { struct gstr gs;