mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 09:32:20 +00:00
Fix a comment typo.
llvm-svn: 107290
This commit is contained in:
parent
e33c116bdf
commit
d559a545d4
@ -2198,7 +2198,7 @@ static void TryListInitialization(Sema &S,
|
||||
// FIXME: We only perform rudimentary checking of list
|
||||
// initializations at this point, then assume that any list
|
||||
// initialization of an array, aggregate, or scalar will be
|
||||
// well-formed. We we actually "perform" list initialization, we'll
|
||||
// well-formed. When we actually "perform" list initialization, we'll
|
||||
// do all of the necessary checking. C++0x initializer lists will
|
||||
// force us to perform more checking here.
|
||||
Sequence.setSequenceKind(InitializationSequence::ListInitialization);
|
||||
|
Loading…
Reference in New Issue
Block a user