diff options
author | Heikki Orsila <heikki.orsila@iki.fi> | 2008-07-06 15:48:02 +0300 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-07-25 22:12:52 +0200 |
commit | 12d2b8f951063076c7e0acdff7ae1fecd54920a0 (patch) | |
tree | b4eb8fe447f508730d883f7e995e48c3eaba36b9 /init | |
parent | 09748e178b6cb8d3b8a748d0159aa7ad8eadcbe1 (diff) | |
download | linux-stable-12d2b8f951063076c7e0acdff7ae1fecd54920a0.tar.gz linux-stable-12d2b8f951063076c7e0acdff7ae1fecd54920a0.tar.bz2 linux-stable-12d2b8f951063076c7e0acdff7ae1fecd54920a0.zip |
kconfig: fix typos: "Suport" -> "Support"
Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index bcbe06426fa6..43d6989c275f 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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. |