]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor comment update
authorYann Collet <yann.collet.73@gmail.com>
Tue, 10 May 2016 05:00:07 +0000 (07:00 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 10 May 2016 05:00:07 +0000 (07:00 +0200)
NEWS
lib/common/zbuff.h

diff --git a/NEWS b/NEWS
index 84dc723d932d119904e030ace2ddbad072724010..23e15ddaa957ec462d8467e2cad4d4a0b968ca00 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 v0.6.1
 Fixed : Legacy codec v0.5 compatible with dictionary decompression
 Fixed : Decoder corruption error (#173)
+Fixed : null-string roundtrip (#176)
 New : midipix support
 
 v0.6.0
index e2482054ca338f8c703659c071ceab7dd779b1c2..3caa39caf27291953612aa3b153676faa71d9cea 100644 (file)
@@ -153,7 +153,7 @@ ZSTDLIB_API unsigned ZBUFF_isError(size_t errorCode);
 ZSTDLIB_API const char* ZBUFF_getErrorName(size_t errorCode);
 
 /** Functions below provide recommended buffer sizes for Compression or Decompression operations.
-*   These sizes are just hints, and tend to offer better latency */
+*   These sizes are just hints, they tend to offer better latency */
 ZSTDLIB_API size_t ZBUFF_recommendedCInSize(void);
 ZSTDLIB_API size_t ZBUFF_recommendedCOutSize(void);
 ZSTDLIB_API size_t ZBUFF_recommendedDInSize(void);