summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_run/arith018.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/numeric/should_run/arith018.hs')
-rw-r--r--testsuite/tests/numeric/should_run/arith018.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_run/arith018.hs b/testsuite/tests/numeric/should_run/arith018.hs
index b73fd5a685..83c822ef3a 100644
--- a/testsuite/tests/numeric/should_run/arith018.hs
+++ b/testsuite/tests/numeric/should_run/arith018.hs
@@ -1,5 +1,5 @@
-- exposes a bug in the native code generator in GHC 6.4.1. Division by
--- a power of 2 was being mis-optimsed to a direct shift.
+-- a power of 2 was being mis-optimised to a direct shift.
main = do
print (map f4 [(-20) .. (-1)])