Skip to content

Commit 14ff9c1

Browse files
committed
Adjust comment
1 parent 6a54c36 commit 14ff9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/Fulfillment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ bool FulfillmentMap::searchTypeMetadata(IRGenModule &IGM, CanType type,
124124
source, MetadataPath(path), keys);
125125
}
126126

127-
// If the type is an archetype consider its super class bound.
127+
// Consider its super class bound.
128128
if (metadataState == MetadataState::Complete) {
129129
if (auto superclassTy = keys.getSuperclassBound(type)) {
130130
hadFulfillment |= searchNominalTypeMetadata(

0 commit comments

Comments
 (0)