@@ -109,7 +109,7 @@ KNOWN_SETTINGS=(
109
109
skip-build-linux " " " set to skip building Swift stdlibs for Linux"
110
110
skip-build-freebsd " " " set to skip building Swift stdlibs for FreeBSD"
111
111
skip-build-cygwin " " " set to skip building Swift stdlibs for Cygwin"
112
- skip-build-osx " " " set to skip building Swift stdlibs for OSX "
112
+ skip-build-osx " " " set to skip building Swift stdlibs for OS X "
113
113
skip-build-ios-device " " " set to skip building Swift stdlibs for iOS devices (i.e. build simulators only)"
114
114
skip-build-ios-simulator " " " set to skip building Swift stdlibs for iOS simulators (i.e. build devices only)"
115
115
skip-build-tvos-device " " " set to skip building Swift stdlibs for tvOS devices (i.e. build simulators only)"
@@ -135,7 +135,7 @@ KNOWN_SETTINGS=(
135
135
skip-test-linux " " " set to skip testing Swift stdlibs for Linux"
136
136
skip-test-freebsd " " " set to skip testing Swift stdlibs for FreeBSD"
137
137
skip-test-cygwin " " " set to skip testing Swift stdlibs for Cygwin"
138
- skip-test-osx " " " set to skip testing Swift stdlibs for OSX "
138
+ skip-test-osx " " " set to skip testing Swift stdlibs for OS X "
139
139
skip-test-ios-simulator " " " set to skip testing Swift stdlibs for iOS simulators (i.e. test devices only)"
140
140
skip-test-ios-host " " " set to skip testing the host parts of the iOS toolchain"
141
141
skip-test-tvos-simulator " " " set to skip testing Swift stdlibs for tvOS simulators (i.e. test devices only)"
@@ -2718,7 +2718,7 @@ function build_and_test_installable_package() {
2718
2718
echo " --- Creating installable package ---"
2719
2719
echo " -- Package file: ${package_for_host} --"
2720
2720
2721
- # Assume the lipo builds are (or include) an OSX host and build an xctoolchain
2721
+ # Assume the lipo builds are (or include) an OS X host and build an xctoolchain
2722
2722
if [[ " ${host} " == " macosx-" * ]] || [[ " ${host} " == " merged-hosts" ]]; then
2723
2723
copy_swift_stdlib_tool_substitute " ${host_install_destdir}${host_install_prefix} /bin/swift-stdlib-tool"
2724
2724
0 commit comments