diff options
author | Ron Yorston <rmy@pobox.com> | 2015-07-14 14:12:05 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-07-14 14:12:05 +0100 |
commit | 895a1533781ca4713ef92113ab6ac5f2584ddd9d (patch) | |
tree | 49c8602e9cd733e6f6c105e94e614b8236677853 /findutils | |
parent | 535ec990c50206697852d5c25e94a959f24d86bc (diff) | |
parent | 072fc60f29ee3a4ff38f095a9ef149b2e820c8c0 (diff) | |
download | busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.gz busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.bz2 busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'findutils')
-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 e0fb369e8..1ca136128 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -154,7 +154,7 @@ static void store_param(char *s) | |||
154 | * is seen, store the address of a new parameter to args[]. | 154 | * is seen, store the address of a new parameter to args[]. |
155 | * If reading discovers that last chars do not form the complete | 155 | * If reading discovers that last chars do not form the complete |
156 | * parameter, the pointer to the first such "tail character" is returned. | 156 | * parameter, the pointer to the first such "tail character" is returned. |
157 | * (buf has extra byte at the end to accomodate terminating NUL | 157 | * (buf has extra byte at the end to accommodate terminating NUL |
158 | * of "tail characters" string). | 158 | * of "tail characters" string). |
159 | * Otherwise, the returned pointer points to NUL byte. | 159 | * Otherwise, the returned pointer points to NUL byte. |
160 | * On entry, buf[] may contain some "seed chars" which are to become | 160 | * On entry, buf[] may contain some "seed chars" which are to become |