Skip to content

Commit 8c85936

Browse files
authored
OS X -> macOS in swift/benchmark/README.md (#62026)
1 parent bf254cc commit 8c85936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ We describe how to build both standalone and with build-script below.
2626

2727
### build-script invoking CMake
2828

29-
By default, Swift benchmarks for OS X are compiled during the Swift build
29+
By default, Swift benchmarks for macOS are compiled during the Swift build
3030
process. To build Swift benchmarks for additional platforms, pass the following
3131
flags:
3232

3333
$ swift/utils/build-script --ios --watchos --tvos
3434

35-
OS X benchmark driver binaries are placed in `bin` alongside `swiftc`.
35+
macOS benchmark driver binaries are placed in `bin` alongside `swiftc`.
3636
Additional platform binaries are placed in the `benchmark/bin` build directory.
3737

3838
The required Swift standard library dylibs are placed in `lib`. The

0 commit comments

Comments
 (0)