diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-08-12 13:46:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-14 10:56:15 -0600 |
commit | a2a368d905472293d4e13d09fdd9e537edc74347 (patch) | |
tree | 1a50d83acea375052797d9c1ed2bb59da77134aa /init | |
parent | 1813908986e36119228c158aae1c6a0267c99e77 (diff) | |
download | linux-next-a2a368d905472293d4e13d09fdd9e537edc74347.tar.gz |
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>
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 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 |