[project @ 2004-07-23 15:26:06 by ross]
authorross <unknown>
Fri, 23 Jul 2004 15:26:06 +0000 (15:26 +0000)
committerross <unknown>
Fri, 23 Jul 2004 15:26:06 +0000 (15:26 +0000)
tweak comment

GHC/Handle.hs

index acc8418..25d8e78 100644 (file)
@@ -1410,7 +1410,7 @@ hIsTerminalDevice handle = do
 -- hSetBinaryMode
 
 -- | Select binary mode ('True') or text mode ('False') on a open handle.
--- (GHC only; see also 'openBinaryFile'.)
+-- (See also 'openBinaryFile'.)
 
 hSetBinaryMode :: Handle -> Bool -> IO ()
 hSetBinaryMode handle bin =