From 9bfb97241367445234675dc103bc0c93fcfc55dc Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 2 Oct 2018 15:38:55 +0300 Subject: [PATCH] typo --- Zend/zend_compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index fa550ffc67b..79152a4e82a 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -217,7 +217,7 @@ typedef struct _zend_oparray_context { #define ZEND_ACC_ABSTRACT (1 << 6) /* X | X | | */ #define ZEND_ACC_EXPLICIT_ABSTRACT_CLASS (1 << 6) /* X | | | */ /* | | | */ -/* Immutable op_array and class_entrues | | | */ +/* Immutable op_array and class_entries | | | */ /* (implemented only for lazy loading of op_arrays) | | | */ #define ZEND_ACC_IMMUTABLE (1 << 7) /* ? | X | | */ /* | | | */