summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-05-06 01:18:43 (GMT)
committerNico Weber <nicolasweber@gmx.de>2012-05-13 01:23:42 (GMT)
commita5bf22ccdfcb92f2f3134e35158c98523e084264 (patch)
treea2aabaf82afc7ebb817c704ce2697aae0805064f /src
parent1607b1685291e6d5f58071b7cd9e69fe16284250 (diff)
downloadNinja-a5bf22ccdfcb92f2f3134e35158c98523e084264.zip
Ninja-a5bf22ccdfcb92f2f3134e35158c98523e084264.tar.gz
Ninja-a5bf22ccdfcb92f2f3134e35158c98523e084264.tar.bz2
comment fix
Diffstat (limited to 'src')
-rw-r--r--src/parsers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers.cc b/src/parsers.cc
index c3844fb..bc76ba1 100644
--- a/src/parsers.cc
+++ b/src/parsers.cc
@@ -218,7 +218,7 @@ bool ManifestParser::ParseEdge(string* err) {
ins.push_back(in);
}
- // Add all order-only deps, counting how many as we go.
+ // Add all implicit deps, counting how many as we go.
int implicit = 0;
if (lexer_.PeekToken(Lexer::PIPE)) {
for (;;) {