Skip to content

Commit e4ed2bf

Browse files
jhdxrcmb69
authored andcommitted
fix typo
1 parent db0de95 commit e4ed2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/escape_analysis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ int zend_ssa_escape_analysis(const zend_script *script, zend_op_array *op_array,
437437
}
438438

439439

440-
/* 1. Build EES (Equi-Esape Sets) */
440+
/* 1. Build EES (Equi-Escape Sets) */
441441
ees = do_alloca(sizeof(int) * ssa_vars_count, use_heap);
442442
if (!ees) {
443443
return FAILURE;

0 commit comments

Comments
 (0)