Spelling only
authorsimonpj@microsoft.com <unknown>
Tue, 22 Apr 2008 08:20:33 +0000 (08:20 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 22 Apr 2008 08:20:33 +0000 (08:20 +0000)
Unsafe/Coerce.hs

index b1cb11b..00444bd 100644 (file)
@@ -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