From a5bf22ccdfcb92f2f3134e35158c98523e084264 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sat, 5 May 2012 18:18:43 -0700 Subject: comment fix --- src/parsers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (;;) { -- cgit v0.12