From: Sergey Poznyakoff Date: Tue, 11 May 2004 14:24:23 +0000 (+0000) Subject: (decode_options): Fixed typo in the comment. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=48c24ac71192f1d0f7933802357ad38ecc064301;p=chaz%2Ftar (decode_options): Fixed typo in the comment. --- diff --git a/src/tar.c b/src/tar.c index a687850..455ebac 100644 --- a/src/tar.c +++ b/src/tar.c @@ -707,7 +707,7 @@ decode_options (int argc, char **argv) /* Try to reblock input records. For reading 4.2BSD pipes. */ /* It would surely make sense to exchange -B and -R, but it seems - that -B has been used for a long while in Sun tar ans most + that -B has been used for a long while in Sun tar and most BSD-derived systems. This is a consequence of the block/record terminology confusion. */