kconfig: fix typos: "Suport" -> "Support"
authorHeikki Orsila <heikki.orsila@iki.fi>
Sun, 6 Jul 2008 12:48:02 +0000 (15:48 +0300)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 25 Jul 2008 20:12:52 +0000 (22:12 +0200)
Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

drivers/misc/Kconfig
init/Kconfig

index 321eb91..f5ade19 100644 (file)
@@ -360,7 +360,7 @@ config THINKPAD_ACPI_VIDEO
          If you are not sure, say Y here.
 
 config THINKPAD_ACPI_HOTKEY_POLL
-       bool "Suport NVRAM polling for hot keys"
+       bool "Support NVRAM polling for hot keys"
        depends on THINKPAD_ACPI
        default y
        ---help---
index bcbe064..43d6989 100644 (file)
@@ -486,7 +486,7 @@ config PID_NS
        default n
        depends on NAMESPACES && EXPERIMENTAL
        help
-         Suport process id namespaces.  This allows having multiple
+         Support process id namespaces.  This allows having multiple
          process with the same pid as long as they are in different
          pid namespaces.  This is a building block of containers.