fix typos in comments and doc
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 19 Feb 2010 08:16:33 +0000 (09:16 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 19 Feb 2010 08:16:33 +0000 (09:16 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
docs/style-guide.txt
scripts/kconfig/util.c

index a58931a..fdf6cfe 100644 (file)
@@ -422,7 +422,7 @@ called 'strings.c' - instead of two, food for thought).
 Testing String Equivalence
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-There's a right way and a wrong way to test for sting equivalence with
+There's a right way and a wrong way to test for string equivalence with
 strcmp():
 
        The wrong way:
index 0461a5f..ef4c832 100644 (file)
@@ -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;