diff options
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -861,7 +861,7 @@ ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm)); | |||
861 | available input is skipped. No output is provided. | 861 | available input is skipped. No output is provided. |
862 | 862 | ||
863 | inflateSync searches for a 00 00 FF FF pattern in the compressed data. | 863 | inflateSync searches for a 00 00 FF FF pattern in the compressed data. |
864 | All full flush points have this pattern, but not all occurences of this | 864 | All full flush points have this pattern, but not all occurrences of this |
865 | pattern are full flush points. | 865 | pattern are full flush points. |
866 | 866 | ||
867 | inflateSync returns Z_OK if a possible full flush point has been found, | 867 | inflateSync returns Z_OK if a possible full flush point has been found, |