From: Mika Lindqvist Date: Sun, 29 Oct 2017 18:17:23 +0000 (+0200) Subject: Update zlib.h X-Git-Tag: 1.9.9-b1~655^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F131%2Fhead;p=thirdparty%2Fzlib-ng.git Update zlib.h Fix compiler warning and spelling mistake --- diff --git a/zlib.h b/zlib.h index f7b460a6..3e49ea32 100644 --- a/zlib.h +++ b/zlib.h @@ -115,7 +115,7 @@ typedef struct z_stream_s { unsigned long reserved; /* reserved for future use */ } z_stream; -typedef z_stream *z_streamp; // Obsolete type, retained for compatability only +typedef z_stream *z_streamp; /* Obsolete type, retained for compatibility only */ /* gzip header information passed to and from zlib routines. See RFC 1952