1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Fixed a typo.

This commit is contained in:
sprigogin 2014-03-19 11:40:23 -07:00
parent c38c1e4204
commit c35254e018

View file

@ -174,7 +174,7 @@ import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.Conversions.UDCMod
*/ */
public class CPPTemplates { public class CPPTemplates {
// The three constants below are used as special return values for the various overloads // The three constants below are used as special return values for the various overloads
// of CPPTemplates.determinePackSize() an d for ICPPEvaluation.determinePackSize(), which // of CPPTemplates.determinePackSize() and for ICPPEvaluation.determinePackSize(), which
// search a type, template argument, or value for a usage of a template parameter pack // search a type, template argument, or value for a usage of a template parameter pack
// and return the number of arguments bound to that parameter pack in an // and return the number of arguments bound to that parameter pack in an
// ICPPTemplateParameterMap. // ICPPTemplateParameterMap.