[project @ 2003-05-23 10:13:33 by ross]
authorross <unknown>
Fri, 23 May 2003 10:13:33 +0000 (10:13 +0000)
committerross <unknown>
Fri, 23 May 2003 10:13:33 +0000 (10:13 +0000)
fix header comment

GHC/Storable.lhs

index 6bd420e..5fe1894 100644 (file)
@@ -10,7 +10,7 @@
 -- Stability   :  internal
 -- Portability :  non-portable (GHC Extensions)
 --
--- The 'Storable' class.
+-- Helper functions for "Foreign.Storable"
 --
 -----------------------------------------------------------------------------
 
@@ -59,8 +59,6 @@ import GHC.IOBase
 import GHC.Base
 \end{code}
 
-Helper functions for Foreign.Storable
-
 \begin{code}
 
 readWideCharOffPtr  :: Ptr Char          -> Int -> IO Char