]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Improve common.h comment
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 16:54:26 +0000 (09:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 20:43:05 +0000 (13:43 -0700)
src/common.h

index 3a9e51b6bb4b3d14abe710d08e8a8d581cb32c35..df87478c922910ed481913d9a411107df5a92779 100644 (file)
@@ -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;