Skip to content

Commit 62754f3

Browse files
committed
IRGen: Fix a typo
1 parent 0168fa4 commit 62754f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/RuntimeFunctions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ FUNCTION(AllocateGenericValueMetadata, swift_allocateGenericValueMetadata,
827827
ATTRS(NoUnwind))
828828

829829
// MetadataResponse swift_checkMetadataState(MetadataRequest request,
830-
// cosnt Metadata *type);
830+
// const Metadata *type);
831831
FUNCTION(CheckMetadataState, swift_checkMetadataState, SwiftCC,
832832
RETURNS(TypeMetadataResponseTy),
833833
ARGS(SizeTy, TypeMetadataPtrTy),

0 commit comments

Comments
 (0)