From 07598186adb6a73cc525056dd30f05d251961da0 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Fri, 12 Aug 2016 04:19:35 +0000 Subject: [PATCH] [Sema] Fix the wording of a comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278472 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaOverload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index ad95a5ca46..91a2478914 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/lib/Sema/SemaOverload.cpp @@ -5974,7 +5974,7 @@ EnableIfAttr *Sema::CheckEnableIf(FunctionDecl *Function, ArrayRef Args, SmallVector 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()); -- 2.50.1