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 a58931ae7aa9c32f8b8b35e6b5852b8ac8ba7199..fdf6cfe4daa2f0875a59aca48247cae3a7524e05 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 0461a5f40ac8252e0cf2c9b843dd2cfd564ce804..ef4c832288874d6f923e4a7b80489dcffd4f1afe 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;