Skip to content

Commit cbb0006

Browse files
jamespackrichardweinberger
authored andcommitted
Fix minor typos and grammar in UML start_up help
Signed-off-by: James Pack <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent a997960 commit cbb0006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/um/os-Linux/start_up.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ static int __init nosysemu_cmd_param(char *str, int* add)
154154

155155
__uml_setup("nosysemu", nosysemu_cmd_param,
156156
"nosysemu\n"
157-
" Turns off syscall emulation patch for ptrace (SYSEMU) on.\n"
157+
" Turns off syscall emulation patch for ptrace (SYSEMU).\n"
158158
" SYSEMU is a performance-patch introduced by Laurent Vivier. It changes\n"
159-
" behaviour of ptrace() and helps reducing host context switch rate.\n"
160-
" To make it working, you need a kernel patch for your host, too.\n"
159+
" behaviour of ptrace() and helps reduce host context switch rates.\n"
160+
" To make it work, you need a kernel patch for your host, too.\n"
161161
" See http://perso.wanadoo.fr/laurent.vivier/UML/ for further \n"
162162
" information.\n\n");
163163

0 commit comments

Comments
 (0)