Skip to content

Commit 2ba4717

Browse files
committed
typo at Optimizer/block_pass.c
1 parent 7c0e3cc commit 2ba4717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Optimizer/block_pass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ static zend_code_block *find_code_blocks(zend_op_array *op_array)
228228
cur_block->next = &blocks[op_array->last+1];
229229
print_block(cur_block, op_array->opcodes, "");
230230

231-
/* The op_array desn't have BRK, CONT, GOTO opcodes anyway */
231+
/* The op_array doesn't have BRK, CONT, GOTO opcodes anyway */
232232
if(op_array->brk_cont_array) {
233233
efree(op_array->brk_cont_array);
234234
}

0 commit comments

Comments
 (0)