summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-03-02 15:13:39 +0000
committerIan Lynagh <igloo@earth.li>2008-03-02 15:13:39 +0000
commit3a26865812b57bc7f14d0f3c8fb3ece13a6691f0 (patch)
tree893291817cf797b5952493d5db83bb4a68e5cca6 /validate
parentc0d0b2d9fa2cb812f61ad3f8048feb82919a1974 (diff)
downloadhaskell-3a26865812b57bc7f14d0f3c8fb3ece13a6691f0.tar.gz
Fix typo
Diffstat (limited to 'validate')
-rw-r--r--validate8
1 files changed, 4 insertions, 4 deletions
diff --git a/validate b/validate
index d4969ef4e5..20436d3ade 100644
--- a/validate
+++ b/validate
@@ -1,10 +1,10 @@
#!/bin/sh
# Flags:
-# --no-clean: don't make clean first, just carry on from
-# a previous interrupted validation run
-# --testuite-only: don't build the compiler, just run
-# the test suite
+# --no-clean: don't make clean first, just carry on from
+# a previous interrupted validation run
+# --testsuite-only: don't build the compiler, just run
+# the test suite
set -e