summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-10-21 23:35:03 (GMT)
committerNico Weber <nicolasweber@gmx.de>2015-10-21 23:35:03 (GMT)
commitafb307300529a441779260a47e3bded344c9700a (patch)
tree954e397c15c206be778d4c86157b4f0bcb4aa95d
parenta48434493d69085aa6fc0c002180ace555cad592 (diff)
parent9c61b016d555f79740b842614cf64d125c44d27f (diff)
downloadNinja-afb307300529a441779260a47e3bded344c9700a.zip
Ninja-afb307300529a441779260a47e3bded344c9700a.tar.gz
Ninja-afb307300529a441779260a47e3bded344c9700a.tar.bz2
Merge pull request #1029 from nicolasdespres/fix-doc-typo
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;
};