From 9c61b016d555f79740b842614cf64d125c44d27f Mon Sep 17 00:00:00 2001 From: Nicolas Despres Date: Thu, 24 Sep 2015 20:02:43 +0200 Subject: Fix typo. --- src/build_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build_log.h b/src/build_log.h index fe81a85..785961e 100644 --- a/src/build_log.h +++ b/src/build_log.h @@ -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; }; -- cgit v1.2.1