Skip to content

Commit c64dcda

Browse files
javiereguiluznikic
authored andcommitted
Fixed some typos
Closes GH-6373. [ci skip]
1 parent 0f8518f commit c64dcda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ static zend_lifetime_interval** zend_jit_trace_allocate_registers(zend_jit_trace
22162216
&& opline->opcode == ZEND_ASSIGN
22172217
&& opline->op1_type == IS_CV
22182218
&& zend_jit_var_may_alias(op_array, op_array_ssa, EX_VAR_TO_NUM(opline->op1.var)) != NO_ALIAS) {
2219-
/* avoid register allocation in case of possiblity of indirect modification*/
2219+
/* avoid register allocation in case of possibility of indirect modification*/
22202220
support_opline = 0;
22212221
}
22222222

@@ -5937,7 +5937,7 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par
59375937
}
59385938

59395939
jit_cleanup:
5940-
/* Clenup used op_arrays */
5940+
/* Clean up used op_arrays */
59415941
while (num_op_arrays > 0) {
59425942
op_array = op_arrays[--num_op_arrays];
59435943
jit_extension =

0 commit comments

Comments
 (0)