diff --git a/process.c b/process.c index 6cba2dd72e..530bf2673e 100644 --- a/process.c +++ b/process.c @@ -4594,7 +4594,7 @@ rb_f_system(int argc, VALUE *argv) * current directory: * :chdir => str * - * The 'cmdname, arg1, ...' form does not use the shell. + * The cmdname, arg1, ... form does not use the shell. * However, on different OSes, different things are provided as * built-in commands. An example of this is +'echo'+, which is a * built-in on Windows, but is a normal program on Linux and Mac OS X.