]> granicus.if.org Git - clang/commitdiff
[NFC] Improve a comment from my previous commit (r255221)
authorFaisal Vali <faisalv@yahoo.com>
Thu, 10 Dec 2015 12:29:11 +0000 (12:29 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Thu, 10 Dec 2015 12:29:11 +0000 (12:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255244 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateDeduction.cpp

index ad7527e8c2db89f641e3b47f1e4000921412d886..5a8360f4b23e9a51d9de8ec7d10906d7b644287b 100644 (file)
@@ -3228,7 +3228,7 @@ DeduceFromInitializerList(Sema &S, TemplateParameterList *TemplateParams,
   const bool IsDependentSizedArray =
       !IsConstSizedArray && AdjustedParamType->isDependentSizedArrayType();
 
-  QualType ElTy;  // The type of the std::initializer_list or the array element.
+  QualType ElTy;  // The element type of the std::initializer_list or the array.
 
   const bool IsSTDList = !IsConstSizedArray && !IsDependentSizedArray &&
                          S.isStdInitializerList(AdjustedParamType, &ElTy);