summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-12 16:32:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-12 16:32:52 -0400
commit5e14a953193f16d53c4ce59c714a587927b88a03 (patch)
tree5cc3cc4e1bad216c814a6c306345298c015c22ae /Utility
parent7a530c4a6a64943e10456ea4669c54524890f4cf (diff)
comment typo
Diffstat (limited to 'Utility')
-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)