]> granicus.if.org Git - php/commitdiff
fix typo
author蝦米 <jhdxr@php.net>
Tue, 30 Apr 2019 06:40:51 +0000 (14:40 +0800)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 30 Apr 2019 07:18:17 +0000 (09:18 +0200)
ext/opcache/Optimizer/escape_analysis.c

index 1607c696f7af6a352d893109dcad38e3da175df0..948feeef84a1ba812cc6af0f0324d93e4b650405 100644 (file)
@@ -437,7 +437,7 @@ int zend_ssa_escape_analysis(const zend_script *script, zend_op_array *op_array,
        }
 
 
-       /* 1. Build EES (Equi-Esape Sets) */
+       /* 1. Build EES (Equi-Escape Sets) */
        ees = do_alloca(sizeof(int) * ssa_vars_count, use_heap);
        if (!ees) {
                return FAILURE;