From 716f3a68c9d67f1dfb70ec22ad320f033c0988ce Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Tue, 29 Sep 2015 16:51:08 +0000 Subject: Fix typo. llvm-svn: 248807 --- clang/lib/Lex/Preprocessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Lex/Preprocessor.cpp') diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index 82fcde545b8..f410ad77389 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp @@ -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) { -- cgit v1.2.3