]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update zlib.h 131/head
authorMika Lindqvist <postmaster@raasu.org>
Sun, 29 Oct 2017 18:17:23 +0000 (20:17 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2017 18:17:23 +0000 (20:17 +0200)
Fix compiler warning and spelling mistake

zlib.h

diff --git a/zlib.h b/zlib.h
index f7b460a6da66dba1b4e6dd7ca10052341a3030f4..3e49ea32e3e345380294356d1b474771434bcd0b 100644 (file)
--- 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