Skip to content

Commit eb5064e

Browse files
committed
typo
1 parent 6d51016 commit eb5064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty,
13361336

13371337
if (CGM.getCodeGenOpts().DebugTemplateAlias) {
13381338
// TemplateSpecializationType doesn't know if its template args are
1339-
// being substitued into a parameter pack. We can find out if that's
1339+
// being substituted into a parameter pack. We can find out if that's
13401340
// the case now by inspecting the TypeAliasTemplateDecl template
13411341
// parameters. Insert Ty's template args into SpecArgs, bundling args
13421342
// passed to a parameter pack into a TemplateArgument::Pack.

0 commit comments

Comments
 (0)