comment fix
authorNico Weber <nicolasweber@gmx.de>
Sun, 6 May 2012 01:18:43 +0000 (18:18 -0700)
committerNico Weber <nicolasweber@gmx.de>
Sun, 13 May 2012 01:23:42 +0000 (18:23 -0700)
src/parsers.cc

index c3844fbb112dd6acac505a83f00f5553e9d0f4ca..bc76ba18b69c7cb1278feb9d77654781c43c5880 100644 (file)
@@ -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 (;;) {