Skip to content

Commit 9d019ed

Browse files
committed
[gardening] Corrected comment.
The comment said that a function was defined in a file where in fact it was no longer defined. The comment now refers to the correct file.
1 parent 90d94c8 commit 9d019ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/ABI/Metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3575,7 +3575,7 @@ struct TargetSingletonMetadataInitialization {
35753575
}
35763576

35773577
/// This method can only be called from the runtime itself. It is defined
3578-
/// in MetadataCache.h.
3578+
/// in Metadata.cpp.
35793579
TargetMetadata<Runtime> *allocate(
35803580
const TargetTypeContextDescriptor<Runtime> *description) const;
35813581
};

0 commit comments

Comments
 (0)