diff options
author | Yann Collet <cyan@fb.com> | 2017-06-12 17:54:59 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2017-06-12 17:54:59 (GMT) |
commit | 139a387d179dfac91dbaeef994bbbea4d79eb9ba (patch) | |
tree | d094534eae8a576aba0b17375d842b7decb8ce13 /lib/lz4hc.h | |
parent | 0beaa356f26aa5ee9d37673a5e72d8bc751f69c2 (diff) | |
download | lz4-139a387d179dfac91dbaeef994bbbea4d79eb9ba.zip lz4-139a387d179dfac91dbaeef994bbbea4d79eb9ba.tar.gz lz4-139a387d179dfac91dbaeef994bbbea4d79eb9ba.tar.bz2 |
updated NEWS
Diffstat (limited to 'lib/lz4hc.h')
-rw-r--r-- | lib/lz4hc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lz4hc.h b/lib/lz4hc.h index c4284c0..b63c825 100644 --- a/lib/lz4hc.h +++ b/lib/lz4hc.h @@ -237,9 +237,9 @@ LZ4LIB_API LZ4_DEPRECATED("use LZ4_resetStreamHC() instead") int LZ4_resetStr #ifndef LZ4_HC_SLO_098092834 #define LZ4_HC_SLO_098092834 -/*! LZ4_compress_HC_destSize() : +/*! LZ4_compress_HC_destSize() : v1.8.0 (experimental) * Will try to compress as much data from `src` as possible - * that can fit in `targetDstSize` budget. + * that can fit into `targetDstSize` budget. * Result is provided in 2 parts : * @return : the number of bytes written into 'dst' * or 0 if compression fails. |