aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/postfork.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/postfork.cpp')
-rw-r--r--src/postfork.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postfork.cpp b/src/postfork.cpp
index 08deb77c..f88934b7 100644
--- a/src/postfork.cpp
+++ b/src/postfork.cpp
@@ -114,7 +114,7 @@ int set_child_group(job_t *j, process_t *p, int print_errors) {
/// close_unused_internal_pipes() and closing the universal variable server file descriptor. It then
/// goes on to perform all the redirections described by \c io.
///
-/// \param io the list of IO redirections for the child
+/// \param io_chain the list of IO redirections for the child
///
/// \return 0 on sucess, -1 on failure
static int handle_child_io(const io_chain_t &io_chain) {