File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -931,7 +931,7 @@ standalone driver must be built as a separate build product using the
931931* just-built* Swift compiler and toolchain (the ones built in the same
932932` build-script ` invocation, preceding the SwiftDriver build product). The
933933additional build product is added to the build by specifying the
934- ` --swift-driver ` option of the ` build-script ` . The driver product is istalled
934+ ` --swift-driver ` option of the ` build-script ` . The driver product is installed
935935into the resulting toolchain installation by specifying the
936936` --install-swift-driver ` option of the ` build-script ` .
937937
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ There are two main ways to run tests:
457457 The `-s` and `-vv` flags print a progress bar and the executed commands
458458 respectively.
459459
460- If you making small changes to the compiler or some other component, you' ll
460+ If you are making small changes to the compiler or some other component, you' ll
461461likely want to [incrementally rebuild](# editing-code) only the relevant
462462Ninja/Xcode target and use ` lit.py` with ` --filter` . One potential failure
463463mode with this approach is accidental use of stale binaries. For example, say
You can’t perform that action at this time.
0 commit comments