summaryrefslogtreecommitdiffstats
path: root/lz4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lz4.h')
-rw-r--r--lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lz4.h b/lz4.h
index 498421d..e3df7bd 100644
--- a/lz4.h
+++ b/lz4.h
@@ -49,7 +49,7 @@ int LZ4_uncompress (const char* source, char* dest, int osize);
LZ4_compress() :
Compresses 'isize' bytes from 'source' into 'dest'.
Destination buffer must be already allocated,
- its minimum size must handle worst cases situations (input data not compressible)
+ and must be sized to handle worst cases situations (input data not compressible)
Worst case size evaluation is provided by macro LZ4_compressBound()
isize : is the input size. Max supported value is ~1.9GB