Skip to content

Commit 5a9abb2

Browse files
authored
Merge pull request #40872 from philipturner/patch-1
2 parents 847b6c0 + d0258c6 commit 5a9abb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/DebuggingTheCompiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
933933
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
935935
into the resulting toolchain installation by specifying the
936936
`--install-swift-driver` option of the `build-script`.
937937

docs/HowToGuides/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
461461
likely want to [incrementally rebuild](#editing-code) only the relevant
462462
Ninja/Xcode target and use `lit.py` with `--filter`. One potential failure
463463
mode with this approach is accidental use of stale binaries. For example, say

0 commit comments

Comments
 (0)