From 00ddd44cdad8142c6bb836efbfde9f38fa31b899 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 19 Feb 2010 09:16:33 +0100 Subject: fix typos in comments and doc Signed-off-by: Denys Vlasenko --- scripts/kconfig/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index 0461a5f40..ef4c83228 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c @@ -57,7 +57,7 @@ int file_write_dep(const char *name) } -/* Allocate initial growable sting */ +/* Allocate initial growable string */ struct gstr str_new(void) { struct gstr gs; -- cgit v1.2.3