From: dons Date: Sun, 18 Sep 2005 02:22:33 +0000 (+0000) Subject: [project @ 2005-09-18 02:22:33 by dons] X-Git-Tag: cmm-merge2~27 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=12c838854d0f81c6cf1af8c2f0f38e7a3e508a7f [project @ 2005-09-18 02:22:33 by dons] Typo in comment only. Spotted by heatsink on #haskell. --- diff --git a/GHC/ST.lhs b/GHC/ST.lhs index 413a045..4bb4256 100644 --- a/GHC/ST.lhs +++ b/GHC/ST.lhs @@ -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'). --