From 24ef4ffd5a58f007ab4ce4249b42f40a536ee3c8 Mon Sep 17 00:00:00 2001 From: Mika Lindqvist Date: Sun, 29 Oct 2017 20:17:23 +0200 Subject: [PATCH] Update zlib.h Fix compiler warning and spelling mistake --- zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2