Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
[pandora-kernel.git] / scripts / kconfig / util.c
index 81c100d..78b5c04 100644 (file)
@@ -72,7 +72,7 @@ int file_write_dep(const char *name)
 }
 
 
-/* Allocate initial growable sting */
+/* Allocate initial growable string */
 struct gstr str_new(void)
 {
        struct gstr gs;