| Index: shell/switches.cc
|
| diff --git a/shell/switches.cc b/shell/switches.cc
|
| index 0453f8d719f4e9382a7959cc5df6e59cf8bc40b9..518d668baf2d046a9d6af0cd425d590e8fc7648b 100644
|
| --- a/shell/switches.cc
|
| +++ b/shell/switches.cc
|
| @@ -20,8 +20,7 @@ const char kV[] = "v";
|
| // --args-for='mojo:wget http://www.google.com'
|
| const char kArgsFor[] = "args-for";
|
|
|
| -// Used internally by the main process to indicate that a new process should be
|
| -// a child process. Not for user use.
|
| +// Used only by the child process. Not for user use.
|
| const char kChildProcess[] = "child-process";
|
|
|
| // Comma separated list like:
|
|
|