Clarify comment.

llvm-svn: 164371
This commit is contained in:
Dmitri Gribenko 2012-09-21 15:26:34 +00:00
parent 9be7759ee1
commit 6e9fcd6215
1 changed files with 1 additions and 1 deletions

View File

@ -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;