mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
Tweak comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cab893331
commit
e9e2733a04
@ -233,8 +233,8 @@ int main(int argc, char **argv) {
|
|||||||
SM.PrintMessage(CheckStr.second, "expected string not found in input",
|
SM.PrintMessage(CheckStr.second, "expected string not found in input",
|
||||||
"error");
|
"error");
|
||||||
|
|
||||||
// Print the scanning from here line. If the current position is at the end
|
// Print the "scanning from here" line. If the current position is at the
|
||||||
// of a line, advance to the start of the next line.
|
// end of a line, advance to the start of the next line.
|
||||||
const char *Scan = CurPtr;
|
const char *Scan = CurPtr;
|
||||||
while (Scan != BufferEnd &&
|
while (Scan != BufferEnd &&
|
||||||
(*Scan == ' ' || *Scan == '\t'))
|
(*Scan == ' ' || *Scan == '\t'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user