aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_pipe_commandsvn.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:47:30 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:47:30 +0100
commite6bc5cdcf281f961c90a80fc83a493537367e6c1 (patch)
treeb17276b2374c130621507610d1baa0ebdc1ee68f /libexec_pipe_commandsvn.c
parentUpdate e-mail (diff)
downloadlibexec-e6bc5cdcf281f961c90a80fc83a493537367e6c1.tar.gz
libexec-e6bc5cdcf281f961c90a80fc83a493537367e6c1.tar.bz2
libexec-e6bc5cdcf281f961c90a80fc83a493537367e6c1.tar.xz
fix doc textHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libexec_pipe_commandsvn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec_pipe_commandsvn.c b/libexec_pipe_commandsvn.c
index 8b0dbe2..6f14f32 100644
--- a/libexec_pipe_commandsvn.c
+++ b/libexec_pipe_commandsvn.c
@@ -59,7 +59,7 @@ pipe_two_commands(enum libexec_pipe how, struct libexec_command *left, struct li
}
right->plumings[right->nplumings - 1].type = LIBEXEC_PLUMING_PIPE;
- /* TOOD should `fds[0]` be closed from `left`, and `fds[1]` close from `right`
+ /* TODO should `fds[0]` be closed from `left`, and `fds[1]` be closed from `right`
* (isn't this a problem in general with LIBEXEC_PLUMING_PIPE) */
/* pluming shall be at the front */