Skip to content

Commit d2bd596

Browse files
authored
Fixed incorrect comment in SwiftReflectionTest
This code directly references several sections in the __TEXT segment but the comment refers to __DATA.
1 parent 495b571 commit d2bd596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ internal func getSectionInfo(_ name: String,
107107

108108
/// Get the Swift Reflection section locations for a loaded image.
109109
///
110-
/// An image of interest must have the following sections in the __DATA
110+
/// An image of interest must have the following sections in the __TEXT
111111
/// segment:
112112
/// - __swift5_fieldmd
113113
/// - __swift5_assocty

0 commit comments

Comments
 (0)