diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
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]) { |
