diff options
Diffstat (limited to 'bin/pax/ftree.c')
-rw-r--r-- | bin/pax/ftree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 332bd02..6d5ec68 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -313,8 +313,8 @@ ftree_arg(void) } /* - * watch it, fts wants the file arg stored in a array of char - * ptrs, with the last one a null. we use a two element array + * Watch it, fts wants the file arg stored in an array of char + * ptrs, with the last one a null. We use a two element array * and set farray[0] to point at the buffer with the file name * in it. We cannot pass all the file args to fts at one shot * as we need to keep a handle on which file arg generates what |