commit | 716f3a68c9d67f1dfb70ec22ad320f033c0988ce | [log] [tgz] |
---|---|---|
author | Yaron Keren <yaron.keren@gmail.com> | Tue Sep 29 16:51:08 2015 +0000 |
committer | Yaron Keren <yaron.keren@gmail.com> | Tue Sep 29 16:51:08 2015 +0000 |
tree | bd4f644354984fb35fdd3378ff163eb1a115dc24 | |
parent | 9d4c6d771b6cc726da0752efc8ff2b0b7a29ebd6 [diff] [blame] |
Fix typo. llvm-svn: 248807
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index 82fcde5..f410ad7 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp
@@ -716,7 +716,7 @@ } 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) {