diff options
Diffstat (limited to 'bin/pax/buf_subs.c')
-rw-r--r-- | bin/pax/buf_subs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index f821a8a493d0d..154ec03addb28 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -386,7 +386,7 @@ pback(char *pt, int cnt) /* * rd_skip() - * skip foward in the archive during a archive read. Used to get quickly + * skip foward in the archive during an archive read. Used to get quickly * past file data and padding for files the user did NOT select. * Return: * 0 if ok, -1 failure, and 1 when EOF on the archive volume was detected. |