aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nlewycky@google.com>2016-06-22 14:22:33 -0700
committerNick Lewycky <nlewycky@google.com>2016-06-22 14:22:33 -0700
commitf8dad36a5330f05c01f91501464976acb42631a3 (patch)
tree818b4b6683459f8ccfc1927eb579496bf809f683
parent067e9f19e2e129fe377b9519bb6d574f3ecd56d5 (diff)
Fix typo in comment.
-rw-r--r--eval.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.cc b/eval.cc
index 5a3da1b..5032913 100644
--- a/eval.cc
+++ b/eval.cc
@@ -254,7 +254,7 @@ void Evaluator::EvalInclude(const IncludeStmt* stmt) {
if (stmt->should_exist) {
if (files->empty()) {
- // TOOD: Kati does not support building a missing include file.
+ // TODO: Kati does not support building a missing include file.
Error(StringPrintf("%s: %s", pat.data(), strerror(errno)));
}
}