From 490934575c475b8e6f6453136cacb0bac633ccfb Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Thu, 20 Sep 2012 10:01:25 -0700 Subject: less random comment --- src/msvc_helper-win32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msvc_helper-win32.cc b/src/msvc_helper-win32.cc index 0eb807a..ee260ab 100644 --- a/src/msvc_helper-win32.cc +++ b/src/msvc_helper-win32.cc @@ -39,7 +39,7 @@ string Replace(const string& input, const string& find, const string& replace) { } string EscapeForDepfile(const string& path) { - // Depfiles don't escape single \ because they're common in paths. + // Depfiles don't escape single \. return Replace(path, " ", "\\ "); } -- cgit v0.12