mirror of
https://github.com/reactos/ninja.git
synced 2025-02-22 20:52:24 +00:00
ManifestParser: Fix typo {expectd => expected}
This commit is contained in:
parent
71b9648932
commit
215a190a57
@ -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_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user