diff options
| author | Dongie Agnir <dongie.agnir@gmail.com> | 2015-09-17 23:43:33 -0400 |
|---|---|---|
| committer | Dongie Agnir <dongie.agnir@gmail.com> | 2015-09-17 23:45:36 -0400 |
| commit | 5a91ba8e6028241558c5eb1a9405ede07bf306c6 (patch) | |
| tree | 8f260b69ece1f1d8de9e14f2b94dd675951d1357 | |
| parent | cff04117064ddee95f425c49f22c8aa5a3a665d4 (diff) | |
| download | rust-5a91ba8e6028241558c5eb1a9405ede07bf306c6.tar.gz rust-5a91ba8e6028241558c5eb1a9405ede07bf306c6.zip | |
Fix spelling and remove weirdly placed comma.
| -rw-r--r-- | COMPILER_TESTS.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/COMPILER_TESTS.md b/COMPILER_TESTS.md index e4acf230e72..546164c1492 100644 --- a/COMPILER_TESTS.md +++ b/COMPILER_TESTS.md @@ -1,6 +1,6 @@ # Compiler Test Documentation -In the Rust project, we use a special set of comands imbedded in +In the Rust project, we use a special set of comands embedded in comments to test the Rust compiler. There are two groups of commands: 1. Header commands @@ -29,11 +29,11 @@ The error levels that you can have are: 3. `NOTE` 4. `HELP` and `SUGGESTION`* -\* **Note**: `SUGGESTION` must follow emediatly after `HELP`. +\* **Note**: `SUGGESTION` must follow immediately after `HELP`. ## Summary of Header Commands -Header commands specify something about the entire test file, as a +Header commands specify something about the entire test file as a whole, instead of just a few lines inside the test. * `ignore-X` where `X` is an architecture, OS or stage will ignore the test accordingly |
