From 003c746e297163f59ffe826e4a7575fb0737ef93 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 22 Aug 2006 07:37:31 +0000 Subject: [PATCH] fix typo --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4