summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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, " ", "\\ ");
}