diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-19 09:16:33 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-19 09:16:33 +0100 |
commit | 00ddd44cdad8142c6bb836efbfde9f38fa31b899 (patch) | |
tree | 2f63d403b697d076f0822778786629438dad3e1a /scripts/kconfig | |
parent | 2f8a46032d4df70d4d42bff6738b64ae35bb42cf (diff) | |
download | busybox-00ddd44cdad8142c6bb836efbfde9f38fa31b899.tar.gz |
fix typos in comments and doc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |