From: Joey Date: Mon, 8 Aug 2016 18:31:28 +0000 (+0100) Subject: Corrected typo in comment X-Git-Tag: php-7.1.0beta3~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=194ffefb9e28570b7651812e47b1b1bbba761d14;p=php Corrected typo in comment Finger-key interface malfunction. --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 78ee3ddb5e..56b80eed6a 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -449,7 +449,7 @@ struct _zend_execute_data { const zend_op *opline; /* executed opline */ zend_execute_data *call; /* current call */ zval *return_value; - zend_function *func; /* executed funcrion */ + zend_function *func; /* executed function */ zval This; /* this + call_info + num_args */ zend_execute_data *prev_execute_data; zend_array *symbol_table;