From ab02117ed265d50ce25d545bf77b749591d44a6d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 22 Oct 2020 19:46:24 +0200 Subject: [PATCH] [ci skip] Fixed some typos --- ext/opcache/jit/zend_jit_trace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/opcache/jit/zend_jit_trace.c b/ext/opcache/jit/zend_jit_trace.c index 350cdc4bd6e2d..d3728b8a9b30f 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 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par } 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 =