summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorJoey <joey.bartlett@gmail.com>2016-08-08 19:31:28 +0100
committerNikita Popov <nikic@php.net>2016-08-11 18:28:50 +0200
commit194ffefb9e28570b7651812e47b1b1bbba761d14 (patch)
tree53a6eaec4f96cc7c07fe6a1249d7c8c44f2b45d9 /Zend/zend_compile.h
parent9b6d7f57010d8abc9755f07db03532ad4f2c42c8 (diff)
downloadphp-git-194ffefb9e28570b7651812e47b1b1bbba761d14.tar.gz
Corrected typo in comment
Finger-key interface malfunction.
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h2
1 files changed, 1 insertions, 1 deletions
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;