summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2026-05-19 08:49:09 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2026-05-19 11:54:25 -0700
commitc80d22dcfcc3a0b5ef8629bb4e12d18b2be01e2c (patch)
tree33aef09c416e7821ae611c4a451018bad94e4a5e /src
parentefb83df331425ae66e9d031a1ac35c2215612b52 (diff)
Remove stray inrange_pipe comment
Diffstat (limited to 'src')
-rw-r--r--src/process.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 9e807bef44e..c4d9d657e4f 100644
--- a/src/process.c
+++ b/src/process.c
@@ -492,8 +492,7 @@ inrange_fd (int fd)
}
/* Create a pipe into FD[0] and fd[1], refusing to create file
- descriptors out of range. This is like inrange_fd, that it
- only. */
+ descriptors out of range. */
static int
inrange_pipe (int fd[2])
{