Skip to content

Commit 6135d82

Browse files
committed
Fix out-of-date remarks and typos in comments
1 parent 3842dcd commit 6135d82

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

config.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# 1. Select the best branch, tag or commit hash from https://github.com/apple/llvm-project
22
# The recommended approach is to use the tagged release that matches the Swift version
3-
# returned by the command below (at this time running Xcode Version 11.3.1 (11C504))
3+
# returned by the command below:
44
# $ xcrun -sdk iphoneos swiftc --version
5-
# Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
6-
# Target: x86_64-apple-darwin19.3.0
75

86
LLVM_BRANCH="tags/swift-5.3-RELEASE"
97

@@ -12,7 +10,7 @@ LLVM_BRANCH="tags/swift-5.3-RELEASE"
1210
RUST_BRANCH="tags/1.46.0"
1311

1412
# 3. Select a name for the toolchain you want to install as. The toolchain will be installed
15-
# under $HOME/.rust-ios-arm64/toolchain-$RUST_TOOLCHAIN
13+
# under $HOME/.rustup/toolchains/rust-$RUST_TOOLCHAIN
1614

1715
RUST_TOOLCHAIN="ios-arm64-1.46.0"
1816

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source config.sh
55
# The built toolchain that we are going to package
66
WORKING_DIR="$(pwd)/build"
77

8-
# The directory which will added to the final zip file
8+
# The directory which will be added to the final zip file
99
DEST="$(pwd)/dist/rust-${RUST_TOOLCHAIN}"
1010

1111
# The actual toolchain inside that, which will be installed to ~/.rustup/...

0 commit comments

Comments
 (0)