File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ class TemplateParameterList final
199
199
200
200
bool hasAssociatedConstraints () const ;
201
201
202
- // / Get the template argument lisr of the template parameter list.
202
+ // / Get the template argument list of the template parameter list.
203
203
ArrayRef<TemplateArgument> getInjectedTemplateArgs ();
204
204
205
205
SourceLocation getTemplateLoc () const { return TemplateLoc; }
@@ -2131,7 +2131,7 @@ class ClassTemplatePartialSpecializationDecl
2131
2131
return TemplateParams;
2132
2132
}
2133
2133
2134
- // / Get the template argument lisr of the template parameter list.
2134
+ // / Get the template argument list of the template parameter list.
2135
2135
ArrayRef<TemplateArgument> getInjectedTemplateArgs () const {
2136
2136
return getTemplateParameters ()->getInjectedTemplateArgs ();
2137
2137
}
@@ -2906,7 +2906,7 @@ class VarTemplatePartialSpecializationDecl
2906
2906
return TemplateParams;
2907
2907
}
2908
2908
2909
- // / Get the template argument lisr of the template parameter list.
2909
+ // / Get the template argument list of the template parameter list.
2910
2910
ArrayRef<TemplateArgument> getInjectedTemplateArgs () const {
2911
2911
return getTemplateParameters ()->getInjectedTemplateArgs ();
2912
2912
}
You can’t perform that action at this time.
0 commit comments