summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utility/SimpleProtocol.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/SimpleProtocol.hs b/Utility/SimpleProtocol.hs
index 2a1dab51d..708f590e7 100644
--- a/Utility/SimpleProtocol.hs
+++ b/Utility/SimpleProtocol.hs
@@ -77,7 +77,7 @@ splitWord = separate isSpace
{- When a program speaks a simple protocol over stdio, any other output
- to stdout (or anything that attempts to read from stdin)
- - will mess up the protocol. To avoid that, close stdin, and
+ - will mess up the protocol. To avoid that, close stdin,
- and duplicate stderr to stdout. Return two new handles
- that are duplicates of the original (stdin, stdout). -}
dupIoHandles :: IO (Handle, Handle)