summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-18 12:06:37 (GMT)
committerBrad King <brad.king@kitware.com>2019-04-18 12:21:44 (GMT)
commit215a190a57efddcd114658f8b24d57f58c217d88 (patch)
tree387400e9d023e0b7a3d17ebe4bd755cc2e3faf1d /src
parent71b96489325e5e2629464687c60f20d9905ab51c (diff)
downloadNinja-215a190a57efddcd114658f8b24d57f58c217d88.zip
Ninja-215a190a57efddcd114658f8b24d57f58c217d88.tar.gz
Ninja-215a190a57efddcd114658f8b24d57f58c217d88.tar.bz2
ManifestParser: Fix typo {expectd => expected}
Diffstat (limited to 'src')
-rw-r--r--src/manifest_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest_parser.h b/src/manifest_parser.h
index 2136018..76c17b0 100644
--- a/src/manifest_parser.h
+++ b/src/manifest_parser.h
@@ -73,7 +73,7 @@ private:
bool ParseFileInclude(bool new_scope, string* err);
/// If the next token is not \a expected, produce an error string
- /// saying "expectd foo, got bar".
+ /// saying "expected foo, got bar".
bool ExpectToken(Lexer::Token expected, string* err);
State* state_;