From: 蝦米 Date: Tue, 30 Apr 2019 06:40:51 +0000 (+0800) Subject: fix typo X-Git-Tag: php-7.4.0alpha1~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4ed2bf922c894fa771f9da0329f8edcce595dbe;p=php fix typo --- diff --git a/ext/opcache/Optimizer/escape_analysis.c b/ext/opcache/Optimizer/escape_analysis.c index 1607c696f7..948feeef84 100644 --- a/ext/opcache/Optimizer/escape_analysis.c +++ b/ext/opcache/Optimizer/escape_analysis.c @@ -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;