Skip to content

Commit e721929

Browse files
ojhunterichkeane
andauthored
Update clang/lib/AST/DeclCXX.cpp
Co-authored-by: Erich Keane <[email protected]>
1 parent 9730efc commit e721929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/DeclCXX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ bool CXXMethodDecl::isUsualDeallocationFunction(
24842484
// Addendum: a template instance is a usual deallocation function if there
24852485
// is a single template parameter, that parameter is a type, only the first
24862486
// parameter is dependent, and that parameter is a specialization of
2487-
// std::type_identity
2487+
// std::type_identity.
24882488
if (!IsTypeAware) {
24892489
// Stop early on if the specialization is not explicitly type aware
24902490
return false;

0 commit comments

Comments
 (0)