]> granicus.if.org Git - php/commitdiff
typo at Optimizer/block_pass.c
authorsasezaki <sasezaki@gmail.com>
Wed, 13 Feb 2013 15:48:18 +0000 (00:48 +0900)
committersasezaki <sasezaki@gmail.com>
Wed, 13 Feb 2013 15:48:18 +0000 (00:48 +0900)
Optimizer/block_pass.c

index 2481b25475e1185abeb3628b130ed7a82aa48e1d..aeb8f18707ceb2adf01c19bfe6318fb842299ec3 100644 (file)
@@ -228,7 +228,7 @@ static zend_code_block *find_code_blocks(zend_op_array *op_array)
        cur_block->next = &blocks[op_array->last+1];
        print_block(cur_block, op_array->opcodes, "");
 
-       /* The op_array desn't have BRK, CONT, GOTO opcodes anyway */
+       /* The op_array doesn't have BRK, CONT, GOTO opcodes anyway */
        if(op_array->brk_cont_array) {
                efree(op_array->brk_cont_array);
        }