[project @ 2000-05-08 13:40:24 by panne]
authorpanne <unknown>
Mon, 8 May 2000 13:40:24 +0000 (13:40 +0000)
committerpanne <unknown>
Mon, 8 May 2000 13:40:24 +0000 (13:40 +0000)
*argl* Sorry, my usual Monday-typos...

ghc/lib/std/System.lhs

index 7b854c3..61955b0 100644 (file)
@@ -137,8 +137,8 @@ exitWith (ExitFailure n)
     primExit n
     ioError (IOError Nothing OtherError "exitWith" "exit should not return")
 
--- SUP: Although shutdownHaskellAndExit must be called "safe", because it *can*
--- re-enter Haskell land through finalizers
+-- NOTE: shutdownHaskellAndExit must be called "safe", because it *can*
+-- re-enter Haskell land through finalizers.
 foreign import ccall "shutdownHaskellAndExit" primExit :: Int -> IO ()
 
 exitFailure :: IO a