Commit 31a2d31d authored by Thomas Weber's avatar Thomas Weber Committed by Jiri Kosina

kconfig: util: Fix typo in comment

sting replaced with string
Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent daf9fe2e
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment