summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2015-09-24 18:02:43 (GMT)
committerNicolas Despres <nicolas.despres@gmail.com>2015-09-24 18:02:43 (GMT)
commit9c61b016d555f79740b842614cf64d125c44d27f (patch)
tree954e397c15c206be778d4c86157b4f0bcb4aa95d
parenta48434493d69085aa6fc0c002180ace555cad592 (diff)
downloadNinja-9c61b016d555f79740b842614cf64d125c44d27f.zip
Ninja-9c61b016d555f79740b842614cf64d125c44d27f.tar.gz
Ninja-9c61b016d555f79740b842614cf64d125c44d27f.tar.bz2
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;
};