[project @ 2002-07-02 10:33:23 by simonmar]
[ghc-base.git] / System / Mem.hs
index 2bac612..a12847b 100644 (file)
@@ -2,7 +2,7 @@
 -- |
 -- Module      :  System.Mem
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  provisional
@@ -19,5 +19,6 @@ module System.Mem (
 import Prelude
 
 #ifdef __GLASGOW_HASKELL__
+-- | Triggers an immediate garbage collection
 foreign import ccall {-safe-} "performGC" performGC :: IO ()
 #endif