From f370a82a53f55b8713266263096b96e07e02f4a0 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 20 Nov 2015 20:18:32 -0600 Subject: [PATCH] resource.c: fix comment about 4 GiB cutoff --- src/resource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resource.c b/src/resource.c index efdbdd40..04e924bb 100644 --- a/src/resource.c +++ b/src/resource.c @@ -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 -- 2.43.0