aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-07-14 14:12:05 +0100
committerRon Yorston <rmy@pobox.com>2015-07-14 14:12:05 +0100
commit895a1533781ca4713ef92113ab6ac5f2584ddd9d (patch)
tree49c8602e9cd733e6f6c105e94e614b8236677853 /findutils
parent535ec990c50206697852d5c25e94a959f24d86bc (diff)
parent072fc60f29ee3a4ff38f095a9ef149b2e820c8c0 (diff)
downloadbusybox-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.c2
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