]> granicus.if.org Git - clang/commitdiff
fix typo
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 21:55:02 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 21:55:02 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69479 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Preprocessor.cpp

index 111409ff7809a65612c9871972b1412569c374fb..70294417d149d20539ff379b709040f02263a8ac 100644 (file)
@@ -310,7 +310,7 @@ SourceLocation Preprocessor::AdvanceToTokenCharacter(SourceLocation TokStart,
   // If we have a character that may be a trigraph or escaped newline, use a
   // lexer to parse it correctly.
   if (CharNo != 0) {
-    // Skip over characters the remaining characters.
+    // Skip over the remaining characters.
     for (; CharNo; --CharNo) {
       unsigned Size;
       Lexer::getCharAndSizeNoWarn(TokPtr, Size, Features);