Skip to content

Commit eb31fa0

Browse files
committed
Update source comment
1 parent 75b3dec commit eb31fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/Decl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4912,7 +4912,7 @@ int TypeDecl::compare(const TypeDecl *type1, const TypeDecl *type2) {
49124912
}
49134913

49144914
bool NominalTypeDecl::isFormallyResilient() const {
4915-
// Private, (unversioned) internal, and package types always have a
4915+
// Private, and (unversioned) internal types always have a
49164916
// fixed layout.
49174917
if (!getFormalAccessScope(/*useDC=*/nullptr,
49184918
/*treatUsableFromInlineAsPublic=*/true).isPublicOrPackage())

0 commit comments

Comments
 (0)