Skip to content

Commit 52820b1

Browse files
change stale comment
1 parent 3cddae9 commit 52820b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaTemplateInstantiateDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6207,7 +6207,7 @@ NamedDecl *Sema::FindInstantiatedDecl(SourceLocation Loc, NamedDecl *D,
62076207
return D;
62086208

62096209
// Determine whether this record is the "templated" declaration describing
6210-
// a class template or class template partial specialization.
6210+
// a class template or class template specialization.
62116211
ClassTemplateDecl *ClassTemplate = Record->getDescribedClassTemplate();
62126212
if (ClassTemplate)
62136213
ClassTemplate = ClassTemplate->getCanonicalDecl();

0 commit comments

Comments
 (0)