summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2008-04-22 08:20:33 +0000
committersimonpj@microsoft.com <unknown>2008-04-22 08:20:33 +0000
commit2d817e6327b9525b328162176dd71d79c91b13a0 (patch)
treed061dfbfd7d6adcbd818f897617e9cc32fc4d6ba /libraries
parent0ac84bfe90161e73602f73774c82d32829fcb3e8 (diff)
downloadhaskell-2d817e6327b9525b328162176dd71d79c91b13a0.tar.gz
Spelling only
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/Unsafe/Coerce.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Unsafe/Coerce.hs b/libraries/base/Unsafe/Coerce.hs
index b1cb11b9a1..00444bd107 100644
--- a/libraries/base/Unsafe/Coerce.hs
+++ b/libraries/base/Unsafe/Coerce.hs
@@ -15,7 +15,7 @@
-- identical internal representations, in order to prevent runtime corruption.
--
-- 'unsafeCoerce' is just a trivial wrapper for 'unsafeCoerce#';
--- see the latter for important documetation about correct usage.
+-- see the latter for important documentation about correct usage.
module Unsafe.Coerce (unsafeCoerce) where