diff options
author | simonpj@microsoft.com <unknown> | 2008-04-22 08:20:33 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2008-04-22 08:20:33 +0000 |
commit | 2d817e6327b9525b328162176dd71d79c91b13a0 (patch) | |
tree | d061dfbfd7d6adcbd818f897617e9cc32fc4d6ba /libraries | |
parent | 0ac84bfe90161e73602f73774c82d32829fcb3e8 (diff) | |
download | haskell-2d817e6327b9525b328162176dd71d79c91b13a0.tar.gz |
Spelling only
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/Unsafe/Coerce.hs | 2 |
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 |