r278472 - [Sema] Fix the wording of a comment. NFC.
George Burgess IV via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 11 21:19:36 PDT 2016
Author: gbiv
Date: Thu Aug 11 23:19:35 2016
New Revision: 278472
URL: http://llvm.org/viewvc/llvm-project?rev=278472&view=rev
Log:
[Sema] Fix the wording of a comment. NFC.
Modified:
cfe/trunk/lib/Sema/SemaOverload.cpp
Modified: cfe/trunk/lib/Sema/SemaOverload.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOverload.cpp?rev=278472&r1=278471&r2=278472&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOverload.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOverload.cpp Thu Aug 11 23:19:35 2016
@@ -5974,7 +5974,7 @@ EnableIfAttr *Sema::CheckEnableIf(Functi
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());
More information about the cfe-commits
mailing list