Fixed comment in subprocess.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/396f82a5 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/396f82a5 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/396f82a5 Branch: refs/heads/master Commit: 396f82a58364231897cd8c81b1a8b17c1915b73f Parents: 0f812d6 Author: Joseph Wu <[email protected]> Authored: Mon Apr 3 16:02:55 2017 -0700 Committer: Joseph Wu <[email protected]> Committed: Tue Apr 4 16:45:16 2017 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/src/subprocess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/396f82a5/3rdparty/libprocess/src/subprocess.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/subprocess.cpp b/3rdparty/libprocess/src/subprocess.cpp index 5354274..0f1532b 100644 --- a/3rdparty/libprocess/src/subprocess.cpp +++ b/3rdparty/libprocess/src/subprocess.cpp @@ -272,7 +272,7 @@ static void cleanup( // NOTE: On Windows, components of the `path` and `argv` that need to be quoted // are expected to have been quoted before they are passed to `subprocess. For // example, either of these may contain paths with spaces in them, like -// `C:\"Program Files"\foo.exe`, where notably the character sequence `\"` does +// `C:\"Program Files"\foo.exe`, where notably the character sequence `\"` // is not escaped quote, but instead a path separator and the start of a path // component. Since the semantics of quoting are shell-dependent, it is not // practical to attempt to re-parse the command that is passed in and properly
