X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Unsafe%2FCoerce.hs;fp=Unsafe%2FCoerce.hs;h=00444bd107ab44d9a055ffd1032af414b904efc2;hb=42765c1f0758cbe98596ff6f224a16f68e72baf8;hp=b1cb11b9a1e5797b8751f1e0fbebc0c808caf082;hpb=35da716a84d9b1fa0cdbebf1b6123fe8593f9b87;p=ghc-base.git diff --git a/Unsafe/Coerce.hs b/Unsafe/Coerce.hs index b1cb11b..00444bd 100644 --- a/Unsafe/Coerce.hs +++ b/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