summaryrefslogtreecommitdiff
path: root/testsuite/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/README.md')
-rw-r--r--testsuite/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/README.md b/testsuite/README.md
index 3032c73979..3f113439f9 100644
--- a/testsuite/README.md
+++ b/testsuite/README.md
@@ -14,7 +14,7 @@ Commands to run testsuite:
* Test a specific 'way': `make WAY=optllvm`
* Keeping the run directory after test run: `make CLEANUP=0`. You will find a
directory `{test_name}.run` in the test's source directory.
- * Test a specifc stage of GHC: `make stage=1`
+ * Test a specific stage of GHC: `make stage=1`
* Skip performance tests: `make SKIP_PERF_TESTS=YES`
* Set verbosity: `make VERBOSE=n`
where n=0: No per-test output, n=1: Only failures,