[commit: base] master: Fix a comment (452008b)
Ian Lynagh
igloo at earth.li
Sat Jun 15 18:32:01 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
https://github.com/ghc/packages-base/commit/452008b60960d7ee14a23755cf4efc70bfe3dbd2
>---------------------------------------------------------------
commit 452008b60960d7ee14a23755cf4efc70bfe3dbd2
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Jun 15 15:27:54 2013 +0100
Fix a comment
>---------------------------------------------------------------
GHC/IO/Handle/Text.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/GHC/IO/Handle/Text.hs b/GHC/IO/Handle/Text.hs
index 1458772..6ff3ac1 100644
--- a/GHC/IO/Handle/Text.hs
+++ b/GHC/IO/Handle/Text.hs
@@ -87,7 +87,7 @@ import GHC.List
-- in this Handle's encoding.
--
-- NOTE for GHC users: unless you use the @-threaded@ flag,
--- @hWaitForInput t@ where @t >= 0@ will block all other Haskell
+-- @hWaitForInput hdl t@ where @t >= 0@ will block all other Haskell
-- threads for the duration of the call. It behaves like a
-- @safe@ foreign call in this respect.
--
More information about the ghc-commits
mailing list