Fix bad comment from r207573.

llvm-svn: 207854
This commit is contained in:
Hans Wennborg 2014-05-02 18:12:30 +00:00
parent f76388dd7e
commit 802df13e4d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static bool ParseScanList(FormatStringHandler &H,
}
}
// Special case: "]^" are the first characters.
// Special case: "^]" are the first characters.
if (I + 1 != E && I[0] == '^' && I[1] == ']') {
I += 2;
if (I == E) {