Explorar o código

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>
Thomas Weber %!s(int64=15) %!d(string=hai) anos
pai
achega
31a2d31dbd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/kconfig/util.c

+ 1 - 1
scripts/kconfig/util.c

@@ -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;