From 12c838854d0f81c6cf1af8c2f0f38e7a3e508a7f Mon Sep 17 00:00:00 2001 From: dons Date: Sun, 18 Sep 2005 02:22:33 +0000 Subject: [PATCH] [project @ 2005-09-18 02:22:33 by dons] Typo in comment only. Spotted by heatsink on #haskell. --- GHC/ST.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'). -- -- 1.7.10.4