]> granicus.if.org Git - php/commitdiff
Fixed some typos
authorJavier Eguiluz <javier.eguiluz@gmail.com>
Thu, 22 Oct 2020 17:46:24 +0000 (19:46 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 23 Oct 2020 07:34:09 +0000 (09:34 +0200)
Closes GH-6373.

[ci skip]

ext/opcache/jit/zend_jit_trace.c

index 350cdc4bd6e2d1fefbd3177bd1e3b826a247b74e..d3728b8a9b30f2a849c88da507d44c5e2732428b 100644 (file)
@@ -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 =