summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-03-10 17:12:01 +0200
committerTor Lillqvist <tml@collabora.com>2017-03-10 17:12:12 +0200
commit43af3605d7e3b372dcc61f9cbc2cabff09396ed5 (patch)
treef62b57fdb3278d7cbaf5631c8fe1ebba6a78976c /solenv
parentd3b5bd4a07a619db6bee1c39c32280ac3c620532 (diff)
Fix comment to match reality
Change-Id: I13eb327673af451cc81d4134ec8fedb33702c0ac
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/gbuild/platform/filter-showIncludes.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/filter-showIncludes.awk b/solenv/gbuild/platform/filter-showIncludes.awk
index 6ec13e2fdb4c..a05af586aefa 100755
--- a/solenv/gbuild/platform/filter-showIncludes.awk
+++ b/solenv/gbuild/platform/filter-showIncludes.awk
@@ -54,9 +54,9 @@ BEGIN {
}
}
} else {
- # because MSVC stupidly prints the include files on stderr, it's
+ # because MSVC stupidly prints errors on stdout, it's
# necessary to forward everything that isn't matched by the pattern
- # so users get to see compiler errors
+ # so users get to see them.
if (firstline) { # ignore the line that just prints name of sourcefile
firstline = 0
} else {