aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2014-08-12 16:46:11 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-14 12:56:15 -0400
commita2a368d905472293d4e13d09fdd9e537edc74347 (patch)
tree1a50d83acea375052797d9c1ed2bb59da77134aa
parent1813908986e36119228c158aae1c6a0267c99e77 (diff)
mm: fix CROSS_MEMORY_ATTACH help text grammar
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 44f9ed3dae22..e84c6423a2e5 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -268,7 +268,7 @@ config CROSS_MEMORY_ATTACH
268 help 268 help
269 Enabling this option adds the system calls process_vm_readv and 269 Enabling this option adds the system calls process_vm_readv and
270 process_vm_writev which allow a process with the correct privileges 270 process_vm_writev which allow a process with the correct privileges
271 to directly read from or write to to another process's address space. 271 to directly read from or write to another process' address space.
272 See the man page for more details. 272 See the man page for more details.
273 273
274config FHANDLE 274config FHANDLE