From: George Burgess IV Date: Fri, 12 Aug 2016 04:19:35 +0000 (+0000) Subject: [Sema] Fix the wording of a comment. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07598186adb6a73cc525056dd30f05d251961da0;p=clang [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 --- 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());