]> git.lizzy.rs Git - rust.git/blobdiff - COMPILER_TESTS.md
Only retain external static symbols across LTO
[rust.git] / COMPILER_TESTS.md
index e4acf230e7211cdee947f0fa565e0ef89b95e306..e2a957e396191150bda46f9610b0a9a44d8f9714 100644 (file)
@@ -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 commands embedded in
 comments to test the Rust compiler. There are two groups of commands:
 
 1. Header commands
@@ -24,16 +24,17 @@ are expecting.
   `~^^^^^^^` is seven lines up.
 
 The error levels that you can have are:
+
 1. `ERROR`
 2. `WARNING`
 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