From: Geert Uytterhoeven Date: Tue, 12 Aug 2014 20:46:11 +0000 (-0700) Subject: mm: fix CROSS_MEMORY_ATTACH help text grammar X-Git-Tag: firefly_0821_release~176^2~3389^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a2a368d905472293d4e13d09fdd9e537edc74347;p=firefly-linux-kernel-4.4.55.git mm: fix CROSS_MEMORY_ATTACH help text grammar Signed-off-by: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 help Enabling this option adds the system calls process_vm_readv and process_vm_writev which allow a process with the correct privileges - to directly read from or write to to another process's address space. + to directly read from or write to another process' address space. See the man page for more details. config FHANDLE