summaryrefslogtreecommitdiff
path: root/subversion/libsvn_delta/xdelta.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2018-05-08 03:44:38 +0000
committerPeter Wemm <peter@FreeBSD.org>2018-05-08 03:44:38 +0000
commit3faf8d6bffc5d0fb2525ba37bb504c53366caf9d (patch)
tree7e47911263e75034b767fe34b2f8d3d17e91f66d /subversion/libsvn_delta/xdelta.c
parenta55fb3c0d5eca7d887798125d5b95942b1f01d4b (diff)
Diffstat (limited to 'subversion/libsvn_delta/xdelta.c')
-rw-r--r--subversion/libsvn_delta/xdelta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_delta/xdelta.c b/subversion/libsvn_delta/xdelta.c
index 2e5bb266acfbc..ff95f77f095ff 100644
--- a/subversion/libsvn_delta/xdelta.c
+++ b/subversion/libsvn_delta/xdelta.c
@@ -111,7 +111,7 @@ struct block
apr_uint32_t adlersum;
/* Even in 64 bit systems, store only 32 bit offsets in our hash table
- (our delta window size much much smaller then 4GB).
+ (our delta window size much much smaller than 4GB).
That reduces the hash table size by 50% from 32to 16KB
and makes it easier to fit into the CPU's L1 cache. */
apr_uint32_t pos; /* NO_POSITION -> block is not used */