Commit 31a2d31dbd01a7d530a748e6f708ba047c37fb90

Authored by Thomas Weber
Committed by Jiri Kosina
1 parent daf9fe2ee9

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/kconfig/util.c
... ... @@ -72,7 +72,7 @@
72 72 }
73 73  
74 74  
75   -/* Allocate initial growable sting */
  75 +/* Allocate initial growable string */
76 76 struct gstr str_new(void)
77 77 {
78 78 struct gstr gs;