]> granicus.if.org Git - php/commitdiff
Corrected typo in comment
authorJoey <joey.bartlett@gmail.com>
Mon, 8 Aug 2016 18:31:28 +0000 (19:31 +0100)
committerNikita Popov <nikic@php.net>
Thu, 11 Aug 2016 16:28:50 +0000 (18:28 +0200)
Finger-key interface malfunction.

Zend/zend_compile.h

index 78ee3ddb5e8433b1a11e843fae245a6ac28b33b1..56b80eed6a3d70a12a3099b4408ac53055f0c1fe 100644 (file)
@@ -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;