Typo fix in graph.cc
authortzik <tzik@google.com>
Fri, 6 Feb 2015 10:45:42 +0000 (19:45 +0900)
committertzik <tzik@google.com>
Fri, 6 Feb 2015 10:45:42 +0000 (19:45 +0900)
src/graph.cc

index 44eca3c..6b977eb 100644 (file)
@@ -450,7 +450,7 @@ bool ImplicitDepLoader::LoadDepsFromLog(Edge* edge, string* err) {
 
   // Deps are invalid if the output is newer than the deps.
   if (output->mtime() > deps->mtime) {
-    EXPLAIN("stored deps info out of date for for '%s' (%d vs %d)",
+    EXPLAIN("stored deps info out of date for '%s' (%d vs %d)",
             output->path().c_str(), deps->mtime, output->mtime());
     return false;
   }