fix typo


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69479 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Lex/Preprocessor.cpp b/lib/Lex/Preprocessor.cpp
index 111409f..7029441 100644
--- a/lib/Lex/Preprocessor.cpp
+++ b/lib/Lex/Preprocessor.cpp
@@ -310,7 +310,7 @@
   // 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);