diff options
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r-- | findutils/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index 76c4747fe..25e47ec89 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -151,7 +151,7 @@ static void store_param(char *s) | |||
151 | * is seen, store the address of a new parameter to args[]. | 151 | * is seen, store the address of a new parameter to args[]. |
152 | * If reading discovers that last chars do not form the complete | 152 | * If reading discovers that last chars do not form the complete |
153 | * parameter, the pointer to the first such "tail character" is returned. | 153 | * parameter, the pointer to the first such "tail character" is returned. |
154 | * (buf has extra byte at the end to accomodate terminating NUL | 154 | * (buf has extra byte at the end to accommodate terminating NUL |
155 | * of "tail characters" string). | 155 | * of "tail characters" string). |
156 | * Otherwise, the returned pointer points to NUL byte. | 156 | * Otherwise, the returned pointer points to NUL byte. |
157 | * On entry, buf[] may contain some "seed chars" which are to become | 157 | * On entry, buf[] may contain some "seed chars" which are to become |