From: Simon Marlow Date: Tue, 22 Aug 2006 07:37:31 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=003c746e297163f59ffe826e4a7575fb0737ef93 fix typo --- diff --git a/HACKING b/HACKING index a57fd97..c7e6895 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