Skip to content

Fix spelling and remove weirdly placed comma. #28483

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
Sep 19, 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 COMPILER_TESTS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down