Skip to content

Commit 9e04be3

Browse files
committed
Zend: fix typo backtreace
1 parent 1e968f4 commit 9e04be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/Optimizer/zend_inference.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ static uint32_t get_ssa_alias_types(zend_ssa_alias_kind alias) {
19581958
zend_ssa_var *__ssa_var = &ssa_vars[__var]; \
19591959
if (__ssa_var->var < op_array->num_args) { \
19601960
if (__type & MAY_BE_RC1) { \
1961-
/* TODO: may be captured by exception backtreace */ \
1961+
/* TODO: may be captured by exception backtrace */ \
19621962
__type |= MAY_BE_RCN; \
19631963
} \
19641964
} \

0 commit comments

Comments
 (0)