From: Paul Eggert Date: Sat, 2 Nov 2024 16:54:26 +0000 (-0700) Subject: Improve common.h comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=005f2916b6e5149e16d0ae16beea8c94e28e465f;p=thirdparty%2Ftar.git Improve common.h comment --- diff --git a/src/common.h b/src/common.h index 3a9e51b6..df87478c 100644 --- a/src/common.h +++ b/src/common.h @@ -425,8 +425,7 @@ extern struct tar_stat_info current_stat_info; /* Status of archive file, or all zeros if remote. */ extern struct stat archive_stat; -/* true if archive if lseek should be used on the archive, 0 if it - should not be used. */ +/* Whether lseek should be used on the archive. */ extern bool seekable_archive; extern FILE *stdlis;