Spelling only
[ghc-base.git] / 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