Fix typo.

llvm-svn: 248807
This commit is contained in:
Yaron Keren
2015-09-29 16:51:08 +00:00
parent 9d4c6d771b
commit 716f3a68c9

View File

@@ -716,7 +716,7 @@ bool Preprocessor::HandleIdentifier(Token &Identifier) {
}
void Preprocessor::Lex(Token &Result) {
// We loop here until a lex function retuns a token; this avoids recursion.
// We loop here until a lex function returns a token; this avoids recursion.
bool ReturnedToken;
do {
switch (CurLexerKind) {