[project @ 2005-03-14 15:57:57 by simonmar]
[ghc-base.git] / System / IO / Unsafe.hs
index 96a252e..e72713c 100644 (file)
@@ -14,7 +14,7 @@
 -----------------------------------------------------------------------------
 
 module System.IO.Unsafe (
-   -- * Unsafe 'IO' operations
+   -- * Unsafe 'System.IO.IO' operations
    unsafePerformIO,    -- :: IO a -> a
    unsafeInterleaveIO, -- :: IO a -> IO a
   ) where