summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
diff options
context:
space:
mode:
authorMo Zhou <cdluminate@gmail.com>2018-09-06 04:09:48 (GMT)
committerMo Zhou <cdluminate@gmail.com>2018-09-06 04:09:48 (GMT)
commit33448c830bc0c72a1bee767934121c08f45d45a7 (patch)
tree46ed06783d153e21224ed47f0086bd49a450ebdb /src/ninja.cc
parentca041d88f4d610332aa48c801342edfafb622ccb (diff)
downloadNinja-33448c830bc0c72a1bee767934121c08f45d45a7.zip
Ninja-33448c830bc0c72a1bee767934121c08f45d45a7.tar.gz
Ninja-33448c830bc0c72a1bee767934121c08f45d45a7.tar.bz2
Misc typo fixes by https://github.com/codespell-project/codespell/
Diffstat (limited to 'src/ninja.cc')
-rw-r--r--src/ninja.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index f9efc77..8108f21 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -154,7 +154,7 @@ struct NinjaMain : public BuildLogUser {
// Just checking n isn't enough: If an old output is both in the build log
// and in the deps log, it will have a Node object in state_. (It will also
// have an in edge if one of its inputs is another output that's in the deps
- // log, but having a deps edge product an output thats input to another deps
+ // log, but having a deps edge product an output that's input to another deps
// edge is rare, and the first recompaction will delete all old outputs from
// the deps log, and then a second recompaction will clear the build log,
// which seems good enough for this corner case.)