summaryrefslogtreecommitdiff
path: root/Utility/Process.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Process.hs')
-rw-r--r--Utility/Process.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Process.hs b/Utility/Process.hs
index 68d54521f..14d40f0c4 100644
--- a/Utility/Process.hs
+++ b/Utility/Process.hs
@@ -65,7 +65,7 @@ readProcessEnv cmd args environ =
, env = environ
}
-{- Writes a string to a process on its stdout,
+{- Writes a string to a process on its stdin,
- returns its output, and also allows specifying the environment.
-}
writeReadProcessEnv