summaryrefslogtreecommitdiff
path: root/compiler/GHC/Prelude.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Prelude.hs')
-rw-r--r--compiler/GHC/Prelude.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Prelude.hs b/compiler/GHC/Prelude.hs
index 0f8740f62d..81d860f618 100644
--- a/compiler/GHC/Prelude.hs
+++ b/compiler/GHC/Prelude.hs
@@ -76,7 +76,7 @@ other depending on the DEBUG setting.
Why do we then continue on to re-export the rest of Data.Bits?
If we would not what is likely to happen is:
* Someone imports Data.Bits, uses xor. Things are fine.
-* They add a shift and get an ambigious definition error.
+* They add a shift and get an ambiguous definition error.
* The are puzzled for a bit.
* They either:
+ Remove the import of Data.Bits and get an error because xor is not in scope.