From: Javier Eguiluz Date: Thu, 22 Oct 2020 17:46:24 +0000 (+0200) Subject: Fixed some typos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c64dcda5e526d62f5a1b1081963c60e1bd848d68;p=php Fixed some typos Closes GH-6373. [ci skip] --- diff --git a/ext/opcache/jit/zend_jit_trace.c b/ext/opcache/jit/zend_jit_trace.c index 350cdc4bd6..d3728b8a9b 100644 --- a/ext/opcache/jit/zend_jit_trace.c +++ b/ext/opcache/jit/zend_jit_trace.c @@ -2216,7 +2216,7 @@ static zend_lifetime_interval** zend_jit_trace_allocate_registers(zend_jit_trace && opline->opcode == ZEND_ASSIGN && opline->op1_type == IS_CV && zend_jit_var_may_alias(op_array, op_array_ssa, EX_VAR_TO_NUM(opline->op1.var)) != NO_ALIAS) { - /* avoid register allocation in case of possiblity of indirect modification*/ + /* avoid register allocation in case of possibility of indirect modification*/ support_opline = 0; } @@ -5937,7 +5937,7 @@ jit_failure: } jit_cleanup: - /* Clenup used op_arrays */ + /* Clean up used op_arrays */ while (num_op_arrays > 0) { op_array = op_arrays[--num_op_arrays]; jit_extension =