Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 0d06f0b

Browse files
committed
Fix bad comment from r207573.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207854 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 05dc0eb commit 0d06f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Analysis/ScanfFormatString.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static bool ParseScanList(FormatStringHandler &H,
5050
}
5151
}
5252

53-
// Special case: "]^" are the first characters.
53+
// Special case: "^]" are the first characters.
5454
if (I + 1 != E && I[0] == '^' && I[1] == ']') {
5555
I += 2;
5656
if (I == E) {

0 commit comments

Comments
 (0)