summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/sccp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/Optimizer/sccp.c')
-rw-r--r--ext/opcache/Optimizer/sccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/sccp.c b/ext/opcache/Optimizer/sccp.c
index c9acb04983..632a36782f 100644
--- a/ext/opcache/Optimizer/sccp.c
+++ b/ext/opcache/Optimizer/sccp.c
@@ -2045,7 +2045,7 @@ static int try_remove_definition(sccp_ctx *ctx, int var_num, zend_ssa_var *var,
if (ssa_op->result_def == var_num) {
if (ssa_op->op1_def >= 0
|| ssa_op->op2_def >= 0) {
- /* we cannot remove instruction that defines other varibales */
+ /* we cannot remove instruction that defines other variables */
return 0;
} else if (opline->opcode == ZEND_JMPZ_EX
|| opline->opcode == ZEND_JMPNZ_EX