From a76e6f55c28a176c175b45b7279a1d20286bf56b Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 30 Mar 2016 11:04:37 +0200 Subject: Typos in non-code --- testsuite/tests/primops/should_run/T7689.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/primops') diff --git a/testsuite/tests/primops/should_run/T7689.hs b/testsuite/tests/primops/should_run/T7689.hs index 12045474de..0c441e252e 100644 --- a/testsuite/tests/primops/should_run/T7689.hs +++ b/testsuite/tests/primops/should_run/T7689.hs @@ -53,7 +53,7 @@ main = do -- anything xored with itself is 0 print (I# (maxI# `xorI#` maxI#) == 0) print (I# (minI# `xorI#` minI#) == 0) - -- xoring with -1 is like bitwise negation (becuse -1 has all bits set to 1) + -- xoring with -1 is like bitwise negation (because -1 has all bits set to 1) print (I# (minI# `xorI#` -1#) == maxI) print (I# (maxI# `xorI#` -1#) == minI) print (I# (-1# `xorI#` minI#) == maxI) -- cgit v1.2.1