Skip to content

Commit 6099234

Browse files
committed
[FOLD] fix typo
1 parent 95c86a7 commit 6099234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/AST/DeclTemplate.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class TemplateParameterList final
199199

200200
bool hasAssociatedConstraints() const;
201201

202-
/// Get the template argument lisr of the template parameter list.
202+
/// Get the template argument list of the template parameter list.
203203
ArrayRef<TemplateArgument> getInjectedTemplateArgs();
204204

205205
SourceLocation getTemplateLoc() const { return TemplateLoc; }
@@ -2131,7 +2131,7 @@ class ClassTemplatePartialSpecializationDecl
21312131
return TemplateParams;
21322132
}
21332133

2134-
/// Get the template argument lisr of the template parameter list.
2134+
/// Get the template argument list of the template parameter list.
21352135
ArrayRef<TemplateArgument> getInjectedTemplateArgs() const {
21362136
return getTemplateParameters()->getInjectedTemplateArgs();
21372137
}
@@ -2906,7 +2906,7 @@ class VarTemplatePartialSpecializationDecl
29062906
return TemplateParams;
29072907
}
29082908

2909-
/// Get the template argument lisr of the template parameter list.
2909+
/// Get the template argument list of the template parameter list.
29102910
ArrayRef<TemplateArgument> getInjectedTemplateArgs() const {
29112911
return getTemplateParameters()->getInjectedTemplateArgs();
29122912
}

0 commit comments

Comments
 (0)