summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-12-18 22:42:19 -0800
committerGitHub <noreply@github.com>2018-12-18 22:42:19 -0800
commit2d404a5a2425e4ba3328d50250b5dc5415fa0c04 (patch)
treef1fe59af4452776a493b86b5841b7378a3c7de12
parent7b9ba71b47efb5fa0a3d4ea852bf11c57ca0be04 (diff)
downloadNim-2d404a5a2425e4ba3328d50250b5dc5415fa0c04.tar.gz
undo last commit (meant to send a PR instead)
-rw-r--r--lib/pure/osproc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim
index 85460bd67..b2239b9c5 100644
--- a/lib/pure/osproc.nim
+++ b/lib/pure/osproc.nim
@@ -229,7 +229,7 @@ proc execProcesses*(cmds: openArray[string],
                     {.rtl, extern: "nosp$1",
                     tags: [ExecIOEffect, TimeEffect, ReadEnvEffect, RootEffect]} =
   ## executes the commands `cmds` in parallel. Creates `n` processes
-  ## that execute in parallel. The highest return absolute value of all processes
+  ## that execute in parallel. The highest return value of all processes
   ## is returned. Runs `beforeRunEvent` before running each command.
 
   assert n > 0