From 7baaed5bc2be1984669a531dbba9b0325e8a9262 Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 23 Jul 2004 15:26:06 +0000 Subject: [PATCH] [project @ 2004-07-23 15:26:06 by ross] tweak comment --- GHC/Handle.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Handle.hs b/GHC/Handle.hs index acc8418..25d8e78 100644 --- a/GHC/Handle.hs +++ b/GHC/Handle.hs @@ -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 = -- 1.7.10.4