Fix typo.
authorNicolas Despres <nicolas.despres@gmail.com>
Thu, 24 Sep 2015 18:02:43 +0000 (20:02 +0200)
committerNicolas Despres <nicolas.despres@gmail.com>
Thu, 24 Sep 2015 18:02:43 +0000 (20:02 +0200)
src/build_log.h

index fe81a85..785961e 100644 (file)
@@ -27,7 +27,7 @@ struct Edge;
 
 /// Can answer questions about the manifest for the BuildLog.
 struct BuildLogUser {
-  /// Return if a given output no longer part of the build manifest.
+  /// Return if a given output is no longer part of the build manifest.
   /// This is only called during recompaction and doesn't have to be fast.
   virtual bool IsPathDead(StringPiece s) const = 0;
 };