Skip to content

Fix 'committing' and 'standard' typos in Testing.rst #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/Testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The LLVM lit-based testsuite
**Run by**:

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

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

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

Expand Down Expand Up @@ -264,7 +264,7 @@ Other substitutions:
* ``%sdk``: FIXME.
* ``%gyb``: FIXME.

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

Expand Down