]> wimlib.net Git - wimlib/commitdiff
resource.c: fix comment about 4 GiB cutoff
authorEric Biggers <ebiggers3@gmail.com>
Sat, 21 Nov 2015 02:18:32 +0000 (20:18 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 21 Nov 2015 02:18:41 +0000 (20:18 -0600)
src/resource.c

index efdbdd40aab293825cbb9aebd96c5173b0154182..04e924bbb8ab719d6bb507085fbea9bacadbbd62 100644 (file)
@@ -57,8 +57,8 @@
  *   "chunk table" provides the offset, in bytes relative to the end of the
  *   chunk table, of the start of each compressed chunk, except for the first
  *   chunk which is omitted as it always has an offset of 0.  Chunk table
- *   entries are 32-bit for resources <= 4 GiB uncompressed and 64-bit for
- *   resources > 4 GiB uncompressed.
+ *   entries are 32-bit for resources < 4 GiB uncompressed and 64-bit for
+ *   resources >= 4 GiB uncompressed.
  *
  * - Solid resource format (distinguished by the use of WIM_RESHDR_FLAG_SOLID
  *   instead of WIM_RESHDR_FLAG_COMPRESSED): similar to the original format, but