Fix typeo
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2003 12:21:19 +0000 (12:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2003 12:21:19 +0000 (12:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6704 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp

index 9915b5951da80639ab96f8602323952f4276da55..0b7ad64d231e4fccc693bf25b801dd87ed3b1967 100644 (file)
@@ -303,8 +303,8 @@ void CWriter::printConstantArray(ConstantArray *CPA) {
       // Print it out literally if it is a printable character.  The only thing
       // to be careful about is when the last letter output was a hex escape
       // code, in which case we have to be careful not to print out hex digits
-      // explicitly (the C compiler things it is a continuation of the previous
-      // character, arg...)
+      // explicitly (the C compiler thinks it is a continuation of the previous
+      // character, sheesh...)
       //
       if (isprint(C) && (!LastWasHex || !isxdigit(C))) {
         LastWasHex = false;
index 9915b5951da80639ab96f8602323952f4276da55..0b7ad64d231e4fccc693bf25b801dd87ed3b1967 100644 (file)
@@ -303,8 +303,8 @@ void CWriter::printConstantArray(ConstantArray *CPA) {
       // Print it out literally if it is a printable character.  The only thing
       // to be careful about is when the last letter output was a hex escape
       // code, in which case we have to be careful not to print out hex digits
-      // explicitly (the C compiler things it is a continuation of the previous
-      // character, arg...)
+      // explicitly (the C compiler thinks it is a continuation of the previous
+      // character, sheesh...)
       //
       if (isprint(C) && (!LastWasHex || !isxdigit(C))) {
         LastWasHex = false;