Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164371 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gribozavr committed Sep 21, 2012
1 parent ef99fe8 commit 9d227af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/FileCheck/FileCheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ static MemoryBuffer *CanonicalizeInputFile(MemoryBuffer *MB) {
continue;
}

// If C is not a horizontal whitespace, skip it.
// If current char is not a horizontal whitespace, dump it to output as is.
if (*Ptr != ' ' && *Ptr != '\t') {
NewFile.push_back(*Ptr);
continue;
Expand Down

0 comments on commit 9d227af

Please sign in to comment.