2010-02-19 11:44:29

by Thomas Weber

[permalink] [raw]
Subject: [PATCH] Trivial: Scripts: kconfig: util: Fix typo in comment

sting replaced with string

Signed-off-by: Thomas Weber <[email protected]>
---
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 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;
--
1.6.4.4