]> granicus.if.org Git - clang/commitdiff
fix thought-o
authorChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 07:14:34 +0000 (07:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 07:14:34 +0000 (07:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60937 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Lexer.cpp

index f85cfd9f0f076adc466c2ff5d16aacef74330e39..b071a7525f798616d57d0dbc83b6de30aa0ea4f0 100644 (file)
@@ -860,7 +860,7 @@ bool Lexer::SaveBCPLComment(Token &Result, const char *CurPtr) {
 
 /// isBlockCommentEndOfEscapedNewLine - Return true if the specified newline
 /// character (either \n or \r) is part of an escaped newline sequence.  Issue a
-/// diagnostic if so.  We know that the is inside of a block comment.
+/// diagnostic if so.  We know that the newline is inside of a block comment.
 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, 
                                                   Lexer *L) {
   assert(CurPtr[0] == '\n' || CurPtr[0] == '\r');