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
931
931
* just-built* Swift compiler and toolchain (the ones built in the same
932
932
` build-script ` invocation, preceding the SwiftDriver build product). The
933
933
additional 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
935
935
into the resulting toolchain installation by specifying the
936
936
` --install-swift-driver ` option of the ` build-script ` .
937
937
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ There are two main ways to run tests:
457
457
The `-s` and `-vv` flags print a progress bar and the executed commands
458
458
respectively.
459
459
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
461
461
likely want to [incrementally rebuild](# editing-code) only the relevant
462
462
Ninja/Xcode target and use ` lit.py` with ` --filter` . One potential failure
463
463
mode with this approach is accidental use of stale binaries. For example, say
You can’t perform that action at this time.
0 commit comments