diff options
| author | Nick Lewycky <nlewycky@google.com> | 2016-06-22 14:22:33 -0700 |
|---|---|---|
| committer | Nick Lewycky <nlewycky@google.com> | 2016-06-22 14:22:33 -0700 |
| commit | f8dad36a5330f05c01f91501464976acb42631a3 (patch) | |
| tree | 818b4b6683459f8ccfc1927eb579496bf809f683 | |
| parent | 067e9f19e2e129fe377b9519bb6d574f3ecd56d5 (diff) | |
Fix typo in comment.
| -rw-r--r-- | eval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))); } } |
