From c64dcda5e526d62f5a1b1081963c60e1bd848d68 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 22 Oct 2020 19:46:24 +0200 Subject: [PATCH] Fixed some typos Closes GH-6373. [ci skip] --- 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 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 = -- 2.50.1