Skip to content

Commit 7fb1bd7

Browse files
committed
Fix typo
1 parent ca38d21 commit 7fb1bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-doc/Serialize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ emitInfo(const RecordDecl *D, const FullComment *FC, int LineNumber,
702702
dyn_cast<ClassTemplatePartialSpecializationDecl *>(SpecOf))
703703
Specialization.SpecializationOf = getUSRForDecl(CTPSD);
704704

705-
// Parameters to the specilization. For partial specializations, get the
705+
// Parameters to the specialization. For partial specializations, get the
706706
// parameters "as written" from the ClassTemplatePartialSpecializationDecl
707707
// because the non-explicit template parameters will have generated internal
708708
// placeholder names rather than the names the user typed that match the

0 commit comments

Comments
 (0)