Skip to content

Commit 09f6ec4

Browse files
Update libclc/utils/libclc-remangler/LibclcRemangler.cpp
Co-authored-by: Steffen Larsen <[email protected]>
1 parent aa4a1bb commit 09f6ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/utils/libclc-remangler/LibclcRemangler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ class Remangler {
309309
auto &II = ContextAST->Idents.get(Name);
310310
auto *TTPD = TemplateTypeParmDecl::Create(
311311
*ContextAST, FDSpecialization->getDeclContext(), SourceLocation(),
312-
SourceLocation(), 0, TemplateIndex, &II, /* Typenaem */ true,
312+
SourceLocation(), 0, TemplateIndex, &II, /* Typename */ true,
313313
/*ParameterPack*/ false);
314314
TTPD->setDefaultArgument(
315315
ContextAST->getTrivialTypeSourceInfo(TemplateArgQT));

0 commit comments

Comments
 (0)