summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2015-09-24 20:02:43 +0200
committerNicolas Despres <nicolas.despres@gmail.com>2015-09-24 20:02:43 +0200
commit9c61b016d555f79740b842614cf64d125c44d27f (patch)
tree954e397c15c206be778d4c86157b4f0bcb4aa95d
parenta48434493d69085aa6fc0c002180ace555cad592 (diff)
downloadninja-9c61b016d555f79740b842614cf64d125c44d27f.tar.gz
Fix typo.
-rw-r--r--src/build_log.h2
1 files changed, 1 insertions, 1 deletions
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;
};