[project @ 2005-02-02 15:22:54 by simonmar]
authorsimonmar <unknown>
Wed, 2 Feb 2005 15:22:54 +0000 (15:22 +0000)
committersimonmar <unknown>
Wed, 2 Feb 2005 15:22:54 +0000 (15:22 +0000)
Doc fix

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