]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorYaron Keren <yaron.keren@gmail.com>
Tue, 29 Sep 2015 16:51:08 +0000 (16:51 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 29 Sep 2015 16:51:08 +0000 (16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248807 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Preprocessor.cpp

index 82fcde545b8beca03976acb4079b578816ae6b3f..f410ad77389baa8a12b8466d1b18440fee9fd6d6 100644 (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) {