From: Shlomi Fish Date: Sat, 2 Apr 2022 10:16:47 +0000 (+0300) Subject: Grammar fixes X-Git-Tag: 2.1.0-beta1~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f98729de07e19c966ad3ba11d25a7f4ec75fdcc8;p=thirdparty%2Fzlib-ng.git Grammar fixes --- diff --git a/PORTING.md b/PORTING.md index 1f2c7d62..3875ccc9 100644 --- a/PORTING.md +++ b/PORTING.md @@ -33,8 +33,8 @@ certain value will need to be updated. - If your application is pre-allocating a memory buffer and you are providing deflate/inflate init with your own allocator that allocates from that buffer (looking at you nginx), you should be aware that zlib-ng needs to allocate - more memory than stock zlib needs. The same problem exists with Intels and - Cloudflares zlib forks. Doing this is not recommended since it makes it + more memory than stock zlib needs. The same problem exists with Intel’s and + Cloudflare’s zlib forks. Doing this is not recommended since it makes it very hard to maintain compatibility over time. **Build Considerations:** diff --git a/README.md b/README.md index f178ed54..5df00579 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Features * Zlib compatible API with support for dual-linking * Modernized native API based on zlib API for ease of porting * Modern C11 syntax and a clean code layout -* Deflate medium and quick algorithms based on Intels zlib fork +* Deflate medium and quick algorithms based on Intel’s zlib fork * Support for CPU intrinsics when available * Adler32 implementation using SSSE3, AVX2, AVX512, AVX512-VNNI, Neon, VMX & VSX * CRC32-B implementation using PCLMULQDQ, VPCLMULQDQ, ACLE, & IBM Z