[project @ 2005-09-18 02:22:33 by dons]
authordons <unknown>
Sun, 18 Sep 2005 02:22:33 +0000 (02:22 +0000)
committerdons <unknown>
Sun, 18 Sep 2005 02:22:33 +0000 (02:22 +0000)
Typo in comment only. Spotted by heatsink on #haskell.

GHC/ST.lhs

index 413a045..4bb4256 100644 (file)
@@ -39,7 +39,7 @@ too many people got bitten by space leaks when it was lazy.
 -- by @s@, and returns a value of type @a@.
 -- The @s@ parameter is either
 --
--- * an unstantiated type variable (inside invocations of 'runST'), or
+-- * an uninstantiated type variable (inside invocations of 'runST'), or
 --
 -- * 'RealWorld' (inside invocations of 'Control.Monad.ST.stToIO').
 --