]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Grammar fixes
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 2 Apr 2022 10:16:47 +0000 (13:16 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 3 Apr 2022 14:29:10 +0000 (16:29 +0200)
PORTING.md
README.md

index 1f2c7d62d5395b91be6295f403f3a9387c311970..3875ccc965f45d83edd6aa1d0cfbd7f785689346 100644 (file)
@@ -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 Intels and
+  Cloudflares zlib forks. Doing this is not recommended since it makes it
   very hard to maintain compatibility over time.
 
 **Build Considerations:**
index f178ed54043a3ff25f902d09f2d03a374c34d54e..5df00579f39b9cb8f4f04e1168b7353a7eac958f 100644 (file)
--- 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 Intels 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