diff options
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index e1bb9eb376..53f646d930 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -302,7 +302,7 @@ typedef struct _zend_oparray_context { /* | | | */ #define ZEND_ACC_GENERATOR (1 << 23) /* | X | | */ /* | | | */ -/* Function with varable number of arguments | | | */ +/* Function with variable number of arguments | | | */ #define ZEND_ACC_VARIADIC (1 << 24) /* | X | | */ /* | | | */ /* Immutable op_array (lazy loading) | | | */ |