Browse Source

kconfig: fix typos: "Suport" -> "Support"

Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Heikki Orsila 17 years ago
parent
commit
12d2b8f951
2 changed files with 2 additions and 2 deletions
  1. 1 1
      drivers/misc/Kconfig
  2. 1 1
      init/Kconfig

+ 1 - 1
drivers/misc/Kconfig

@@ -360,7 +360,7 @@ config THINKPAD_ACPI_VIDEO
 	  If you are not sure, say Y here.
 	  If you are not sure, say Y here.
 
 
 config THINKPAD_ACPI_HOTKEY_POLL
 config THINKPAD_ACPI_HOTKEY_POLL
-	bool "Suport NVRAM polling for hot keys"
+	bool "Support NVRAM polling for hot keys"
 	depends on THINKPAD_ACPI
 	depends on THINKPAD_ACPI
 	default y
 	default y
 	---help---
 	---help---

+ 1 - 1
init/Kconfig

@@ -486,7 +486,7 @@ config PID_NS
 	default n
 	default n
 	depends on NAMESPACES && EXPERIMENTAL
 	depends on NAMESPACES && EXPERIMENTAL
 	help
 	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
 	  process with the same pid as long as they are in different
 	  pid namespaces.  This is a building block of containers.
 	  pid namespaces.  This is a building block of containers.