aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)));
}
}