From 42765c1f0758cbe98596ff6f224a16f68e72baf8 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 22 Apr 2008 08:20:33 +0000 Subject: [PATCH] Spelling only --- Unsafe/Coerce.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4