[commit: packages/process] master: Join more sentence fragments (eecce68)

git at git.haskell.org git at git.haskell.org
Mon Nov 2 06:24:11 UTC 2015


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/eecce6875c8b797272a2227e88a93a071cf9c178/process

>---------------------------------------------------------------

commit eecce6875c8b797272a2227e88a93a071cf9c178
Author: kraai <kraai at ftbfs.org>
Date:   Tue Sep 29 22:44:50 2015 +0000

    Join more sentence fragments


>---------------------------------------------------------------

eecce6875c8b797272a2227e88a93a071cf9c178
 System/Process.hsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System/Process.hsc b/System/Process.hsc
index ec637ee..4de9a26 100644
--- a/System/Process.hsc
+++ b/System/Process.hsc
@@ -316,7 +316,7 @@ callProcess cmd args = do
 -- command returns a non-zero exit code, an exception is raised.
 --
 -- If an asynchronous exception is thrown to the thread executing
--- @callCommand at . The forked process will be terminated and
+-- @callCommand@, the forked process will be terminated and
 -- @callCommand@ will wait (block) until the process has been
 -- terminated.
 --



More information about the ghc-commits mailing list