]> granicus.if.org Git - clang/commitdiff
[Sema] Fix the wording of a comment. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 12 Aug 2016 04:19:35 +0000 (04:19 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Fri, 12 Aug 2016 04:19:35 +0000 (04:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278472 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOverload.cpp

index ad95a5ca46f58d9521bacb086b90503ffe5beff1..91a247891404d2ab1d7d2374aadf1a39c32558e7 100644 (file)
@@ -5974,7 +5974,7 @@ EnableIfAttr *Sema::CheckEnableIf(FunctionDecl *Function, ArrayRef<Expr *> Args,
   SmallVector<Expr *, 16> ConvertedArgs;
   bool InitializationFailed = false;
 
-  // Ignore any variadic parameters. Converting them is pointless, since the
+  // Ignore any variadic arguments. Converting them is pointless, since the
   // user can't refer to them in the enable_if condition.
   unsigned ArgSizeNoVarargs = std::min(Function->param_size(), Args.size());