diff mbox

Trivial: Scripts: kconfig: util: Fix typo in comment

Message ID 1266579824-14706-1-git-send-email-weber@corscience.de (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Weber Feb. 19, 2010, 11:43 a.m. UTC
None
diff mbox

Patch

diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c
index b6b2a46..25d1ec4 100644
--- a/scripts/kconfig/util.c
+++ b/scripts/kconfig/util.c
@@ -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;