Skip to content

Commit 4405620

Browse files
authored
Merge pull request #40667 from nate-chandler/runtime/20211221/fixed-typo
[runtime] Fixed typo.
2 parents b39ba6c + 1501452 commit 4405620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/ImageInspectionStatic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void swift::initializeAccessibleFunctionsLookup() {
8181
MachOAccessibleFunctionsSection);
8282
if (start == nullptr || size == 0)
8383
return;
84-
addImageAccessibleFunctionBlockCallbackUnsafe(start, size);
84+
addImageAccessibleFunctionsBlockCallbackUnsafe(start, size);
8585
}
8686

8787
#endif // defined(__MACH__) && defined(SWIFT_RUNTIME_STATIC_IMAGE_INSPECTION)

0 commit comments

Comments
 (0)