aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/msvc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/msvc.cxx')
-rw-r--r--build2/cc/msvc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/msvc.cxx b/build2/cc/msvc.cxx
index 4f63abf..0d3650e 100644
--- a/build2/cc/msvc.cxx
+++ b/build2/cc/msvc.cxx
@@ -140,7 +140,7 @@ namespace build2
{
// While it appears VC always prints the source name (event if the
// file does not exist), let's do a sanity check. Also handle the
- // command line warnings which come before the file name.
+ // command line errors/warnings which come before the file name.
//
for (string l; !eof (getline (is, l)); )
{