comment typo

This commit is contained in:
Joey Hess 2015-10-12 16:32:52 -04:00
parent 1ff7610118
commit 18c7b993bd
Failed to extract signature

View file

@ -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)