From: Dmitry Stogov Date: Mon, 5 Mar 2018 17:45:26 +0000 (+0300) Subject: Typo X-Git-Tag: php-7.3.0alpha1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=877da311bc0c904700c217c011ae521e5ba42179;p=php Typo --- diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c index fe740e7a78..530268b7ae 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -599,7 +599,7 @@ ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref) } GC_REF_SET_INFO(ref, 0); - /* Perform decopression only in case of large buffers */ + /* Perform decompression only in case of large buffers */ if (UNEXPECTED(GC_G(first_unused) >= GC_MAX_UNCOMPRESSED)) { gc_remove_compressed(ref, idx); return;