summaryrefslogtreecommitdiffstats
path: root/src/msvc_helper-win32.cc
diff options
context:
space:
mode:
authorScott Graham <scottmg@chromium.org>2012-09-20 17:01:25 (GMT)
committerScott Graham <scottmg@chromium.org>2012-09-20 17:01:25 (GMT)
commit490934575c475b8e6f6453136cacb0bac633ccfb (patch)
treee50ef9863b205c0f1daa8d0f103c7bfac6a86545 /src/msvc_helper-win32.cc
parent32f8ed1178089a4c3b88b95c717e0399d9da957b (diff)
downloadNinja-490934575c475b8e6f6453136cacb0bac633ccfb.zip
Ninja-490934575c475b8e6f6453136cacb0bac633ccfb.tar.gz
Ninja-490934575c475b8e6f6453136cacb0bac633ccfb.tar.bz2
less random comment
Diffstat (limited to 'src/msvc_helper-win32.cc')
-rw-r--r--src/msvc_helper-win32.cc2
1 files changed, 1 insertions, 1 deletions
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, " ", "\\ ");
}