Skip to content

Commit b89ce98

Browse files
committed
typo
1 parent 7f67513 commit b89ce98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ typedef struct _zend_oparray_context {
212212
#define ZEND_ACC_FINAL 0x04
213213
#define ZEND_ACC_IMPLEMENTED_ABSTRACT 0x08
214214

215-
/* Imuttable op_array (lazy loading) */
215+
/* Immutable op_array (lazy loading) */
216216
#define ZEND_ACC_IMMUTABLE 0x10
217217

218218
/* method flags (visibility) */

0 commit comments

Comments
 (0)