]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Correct a comment.
authorTim Kientzle <kientzle@gmail.com>
Thu, 22 Dec 2011 05:47:08 +0000 (00:47 -0500)
committerTim Kientzle <kientzle@gmail.com>
Thu, 22 Dec 2011 05:47:08 +0000 (00:47 -0500)
SVN-Revision: 3955

libarchive/archive.h

index 2dd167129a6ab107324f11cb60a50c9a1e5004b7..83b6b3a56b560a1e4fa651b83e92303eaea35dbf 100644 (file)
@@ -124,7 +124,7 @@ extern "C" {
  * easy to compare versions at build time: for version a.b.c, the
  * version number is printf("%d%03d%03d",a,b,c).  For example, if you
  * know your application requires version 2.12.108 or later, you can
- * assert that ARCHIVE_VERSION >= 2012108.
+ * assert that ARCHIVE_VERSION_NUMBER >= 2012108.
  */
 /* Note: Compiler will complain if this does not match archive_entry.h! */
 #define        ARCHIVE_VERSION_NUMBER 3000001