--- liblzf/lzf.h 2012/12/10 18:59:08 1.15 +++ liblzf/lzf.h 2012/12/10 20:21:28 1.16 @@ -55,7 +55,7 @@ * * If the output buffer is not large enough or any error occurs return 0, * otherwise return the number of bytes used, which might be considerably - * more than in_len (but less than 104% of the original size), so it + * more than in_len (but less than 1 + 104% of the original size), so it * makes sense to always use out_len == in_len - 1), to ensure _some_ * compression, and store the data uncompressed otherwise (with a flag, of * course.