[commit: packages/process] master: Join sentence fragments (4fa1d18)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 06:24:07 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4fa1d1891eeff4c848518ca23df33ba1ab2c563b/process
>---------------------------------------------------------------
commit 4fa1d1891eeff4c848518ca23df33ba1ab2c563b
Author: kraai <kraai at ftbfs.org>
Date: Mon Sep 28 21:38:16 2015 +0000
Join sentence fragments
>---------------------------------------------------------------
4fa1d1891eeff4c848518ca23df33ba1ab2c563b
System/Process.hsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/System/Process.hsc b/System/Process.hsc
index 53d745d..ec637ee 100644
--- a/System/Process.hsc
+++ b/System/Process.hsc
@@ -298,7 +298,7 @@ spawnCommand cmd = do
-- exit code, an exception is raised.
--
-- If an asynchronous exception is thrown to the thread executing
--- @callProcess at . The forked process will be terminated and
+-- @callProcess@, the forked process will be terminated and
-- @callProcess@ will wait (block) until the process has been
-- terminated.
--
More information about the ghc-commits
mailing list