1
0
Fork 0

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>
hifive-unleashed-5.1
Thomas Weber 2010-02-19 12:43:44 +01:00 committed by Jiri Kosina
parent daf9fe2ee9
commit 31a2d31dbd
1 changed files with 1 additions and 1 deletions

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