summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-08-22 07:37:31 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-08-22 07:37:31 +0000
commit003c746e297163f59ffe826e4a7575fb0737ef93 (patch)
treef473dfdcbfe172a80576f23e75448007bd3e238e /HACKING
parent7adc29e83d11ced8877490f0a12fd8b751b9922a (diff)
downloadhaskell-003c746e297163f59ffe826e4a7575fb0737ef93.tar.gz
fix typo
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index a57fd975af..c7e6895b03 100644
--- a/HACKING
+++ b/HACKING
@@ -149,7 +149,7 @@ Full optimisation
-----------------
To turn up everything to the max, for running performance tests for
-example, try theses:
+example, try these:
SRC_HC_OPTS = -H64m -O2
GhcLibHcOpts = -O2