From e9e2733a04875bfab6596e362b37acd031f99010 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 11 Jul 2009 22:06:10 +0000 Subject: [PATCH] Tweak comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75391 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/FileCheck/FileCheck.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/FileCheck/FileCheck.cpp b/utils/FileCheck/FileCheck.cpp index 372b1978439..ac203bd5173 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')) -- 2.34.1