[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)
llvm-svn: 278472

clang/lib/Sema/SemaOverload.cpp

index ad95a5c..91a2478 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());