Skip to content

Commit 95a7a03

Browse files
committed
Fix typos
1 parent 13ae184 commit 95a7a03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Testing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The LLVM lit-based testsuite
2828
**Run by**:
2929

3030
* Engineers and contributors are expected to run tests from these testsuites
31-
locally before commiting. (Usually on a single platform, and not necessarily
31+
locally before committing. (Usually on a single platform, and not necessarily
3232
all tests.)
3333

3434
* Buildbots run all tests, on all supported platforms.
@@ -55,7 +55,7 @@ For day-to-day work on the Swift compiler, using check-swift should be
5555
sufficient. The buildbot runs validation tests, so if those are accidentally
5656
broken, it should not go unnoticed.
5757

58-
Before commiting a large change to a compiler (especially a language change),
58+
Before committing a large change to a compiler (especially a language change),
5959
or API changes to the standard library, it is recommended to run validation
6060
test suite.
6161

@@ -264,7 +264,7 @@ Other substitutions:
264264
* ``%sdk``: FIXME.
265265
* ``%gyb``: FIXME.
266266

267-
* ``%platform-module-dir``: absolute path of the directory where the stdandard
267+
* ``%platform-module-dir``: absolute path of the directory where the standard
268268
library module file for the target platform is stored. For example,
269269
``/.../lib/swift/macosx``.
270270

0 commit comments

Comments
 (0)