]> granicus.if.org Git - clang/commitdiff
Fix a comment typo.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 30 Jun 2010 16:41:54 +0000 (16:41 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 30 Jun 2010 16:41:54 +0000 (16:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107290 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaInit.cpp

index 9c150593b309c3d1dd927ec8f5f69fe368eef9e5..f30e80979c9b8e27c4f19046a3ddae0a1a2d1ddb 100644 (file)
@@ -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);