diff options
Diffstat (limited to 'bin/pax/ar_io.c')
-rw-r--r-- | bin/pax/ar_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index 68762b5..5f56837 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -724,8 +724,8 @@ ar_rdsync(void) /* * Fail resync attempts at user request (done) or this is going to be - * an update/append to a existing archive. if last i/o hit media end, - * we need to go to the next volume not try a resync + * an update/append to an existing archive. If last i/o hit media end, + * we need to go to the next volume not try a resync. */ if ((done > 0) || (lstrval == 0)) return(-1); |