]> granicus.if.org Git - php/commitdiff
typo
authorDmitry Stogov <dmitry@zend.com>
Mon, 25 Jun 2018 19:43:19 +0000 (22:43 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 25 Jun 2018 19:43:19 +0000 (22:43 +0300)
Zend/zend_compile.h

index d194b83ce7f0c670d13e7af8b075d995d6dfd59e..3a4475468459a136c2810ce9e67f5516645c3ea6 100644 (file)
@@ -212,7 +212,7 @@ typedef struct _zend_oparray_context {
 #define ZEND_ACC_FINAL                 0x04
 #define ZEND_ACC_IMPLEMENTED_ABSTRACT          0x08
 
-/* Imuttable op_array (lazy loading) */
+/* Immutable op_array (lazy loading) */
 #define ZEND_ACC_IMMUTABLE 0x10
 
 /* method flags (visibility) */