diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-06-30 16:41:54 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-06-30 16:41:54 +0000 |
commit | 36c28db83d2141ca4e74c4d2e92be5a3a772e2c3 (patch) | |
tree | cc65026c6bf5233f6750c1f6d1cb9253b480150f /lib/Sema/SemaInit.cpp | |
parent | 03e80e446edac1479bab1daa14e8bd9a46bd6c52 (diff) |
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaInit.cpp')
-rw-r--r-- | lib/Sema/SemaInit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaInit.cpp b/lib/Sema/SemaInit.cpp index 9c150593b3..f30e80979c 100644 --- a/lib/Sema/SemaInit.cpp +++ b/lib/Sema/SemaInit.cpp @@ -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); |