aboutsummaryrefslogtreecommitdiff
path: root/bin/pax
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:01 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:01 +0000
commitdae3a64fb967bbff627efc2e8cdd127c6b93d902 (patch)
treeb78c0f261091694d61760b0d75bc516ec09ecbc5 /bin/pax
parent6a3fe713147e5931fbe4b02d287bc9d54116ce6f (diff)
userland: Fix several typos and minor errors
- duplicate words - typos - references to old versions of FreeBSD Reviewed by: imp, benno
Notes
Notes: svn path=/head/; revision=327230
Diffstat (limited to 'bin/pax')
-rw-r--r--bin/pax/buf_subs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c
index c9a466407997..153b599193d8 100644
--- a/bin/pax/buf_subs.c
+++ b/bin/pax/buf_subs.c
@@ -485,7 +485,7 @@ wr_rdbuf(char *out, int outcnt)
int cnt;
/*
- * while there is data to copy copy into the write buffer. when the
+ * while there is data to copy into the write buffer. when the
* write buffer fills, flush it to the archive and continue
*/
while (outcnt > 0) {