ext/zstdruby/libzstd/compress/zstd_opt.h in zstd-ruby-1.1.3.0 vs ext/zstdruby/libzstd/compress/zstd_opt.h in zstd-ruby-1.1.4.0
- old
+ new
@@ -201,10 +201,10 @@
}
/* Update hashTable3 up to ip (excluded)
- Assumption : always within prefix (ie. not within extDict) */
+ Assumption : always within prefix (i.e. not within extDict) */
FORCE_INLINE
U32 ZSTD_insertAndFindFirstIndexHash3 (ZSTD_CCtx* zc, const BYTE* ip)
{
U32* const hashTable3 = zc->hashTable3;
U32 const hashLog3 = zc->hashLog3;