From d2bd596c156af2fb725c3553b19a61e083b1dbc9 Mon Sep 17 00:00:00 2001 From: Cody Brocious Date: Sat, 28 Mar 2020 17:44:00 -0400 Subject: [PATCH] Fixed incorrect comment in SwiftReflectionTest This code directly references several sections in the __TEXT segment but the comment refers to __DATA. --- stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift b/stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift index 8f40856569cd1..7026959536d9c 100644 --- a/stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift +++ b/stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift @@ -107,7 +107,7 @@ internal func getSectionInfo(_ name: String, /// Get the Swift Reflection section locations for a loaded image. /// -/// An image of interest must have the following sections in the __DATA +/// An image of interest must have the following sections in the __TEXT /// segment: /// - __swift5_fieldmd /// - __swift5_assocty