Tweak comment.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 11 Jul 2009 22:06:10 +0000 (22:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 11 Jul 2009 22:06:10 +0000 (22:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75391 91177308-0d34-0410-b5e6-96231b3b80d8

utils/FileCheck/FileCheck.cpp

index 372b1978439c267dbb41588a940c6aa04437214b..ac203bd5173871931623afd48208c93372d1b99e 100644 (file)
@@ -233,8 +233,8 @@ int main(int argc, char **argv) {
     SM.PrintMessage(CheckStr.second, "expected string not found in input",
                     "error");
     
     SM.PrintMessage(CheckStr.second, "expected string not found in input",
                     "error");
     
-    // Print the scanning from here line.  If the current position is at the end
-    // of a line, advance to the start of the next line.
+    // Print the "scanning from here" line.  If the current position is at the
+    // end of a line, advance to the start of the next line.
     const char *Scan = CurPtr;
     while (Scan != BufferEnd &&
            (*Scan == ' ' || *Scan == '\t'))
     const char *Scan = CurPtr;
     while (Scan != BufferEnd &&
            (*Scan == ' ' || *Scan == '\t'))