From: simonpj@microsoft.com Date: Tue, 22 Apr 2008 08:20:33 +0000 (+0000) Subject: Spelling only X-Git-Tag: 2008-05-28~16 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=42765c1f0758cbe98596ff6f224a16f68e72baf8 Spelling only --- 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