aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/FileCheck/FileCheck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/FileCheck/FileCheck.cpp b/utils/FileCheck/FileCheck.cpp
index 372b197843..ac203bd517 100644
--- a/utils/FileCheck/FileCheck.cpp
+++ b/utils/FileCheck/FileCheck.cpp
@@ -233,8 +233,8 @@ int main(int argc, char **argv) {
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'))