summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap2005-07-27 20:45:11 +0200
committerLinus Torvalds2005-07-28 01:26:06 +0200
commitd9fd8a6d443b509147280f058d4e59f0b796a323 (patch)
tree427385e403fc0d4282be19732a00ddfd224c1461 /init/Kconfig
parent[PATCH] kernel/capability.c: add kerneldoc (diff)
downloadkernel-qcow2-linux-d9fd8a6d443b509147280f058d4e59f0b796a323.tar.gz
kernel-qcow2-linux-d9fd8a6d443b509147280f058d4e59f0b796a323.tar.xz
kernel-qcow2-linux-d9fd8a6d443b509147280f058d4e59f0b796a323.zip
[PATCH] kernel/cpuset.c: add kerneldoc, fix typos
Add kerneldoc to kernel/cpuset.c Fix cpuset typos in init/Kconfig Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 75755ef50c89..05a75c4f5ce2 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -231,7 +231,7 @@ config CPUSETS
bool "Cpuset support"
depends on SMP
help
- This options will let you create and manage CPUSET's which
+ This option will let you create and manage CPUSETs which
allow dynamically partitioning a system into sets of CPUs and
Memory Nodes and assigning tasks to run only within those sets.
This is primarily useful on large SMP or NUMA systems.