From 643e17b7498d12ab8d15565662880579692f769d Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Tue, 14 Nov 2023 16:23:02 -0800 Subject: Correct repeated words in source file comments and a readme. --- zlib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index ff0fd7e..b3e19fc 100644 --- a/zlib.h +++ b/zlib.h @@ -936,10 +936,10 @@ ZEXTERN int ZEXPORT inflateSync(z_streamp strm); inflateSync returns Z_OK if a possible full flush point has been found, Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point has been found, or Z_STREAM_ERROR if the stream structure was inconsistent. - In the success case, the application may save the current current value of - total_in which indicates where valid compressed data was found. In the - error case, the application may repeatedly call inflateSync, providing more - input each time, until success or end of the input data. + In the success case, the application may save the current value of total_in + which indicates where valid compressed data was found. In the error case, + the application may repeatedly call inflateSync, providing more input each + time, until success or end of the input data. */ ZEXTERN int ZEXPORT inflateCopy(z_streamp dest, -- cgit v1.2.3-55-g6feb