Skip to content

Commit 29a2c64

Browse files
Fugbix typo
1 parent 7d39cfa commit 29a2c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/block_pass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ static void assemble_code_blocks(zend_cfg *cfg, zend_op_array *op_array)
982982
*opline_num = -1;
983983
}
984984

985-
/* rebild map (just for printing) */
985+
/* rebuild map (just for printing) */
986986
memset(cfg->map, -1, sizeof(int) * op_array->last);
987987
for (n = 0; n < cfg->blocks_count; n++) {
988988
if (cfg->blocks[n].flags & ZEND_BB_REACHABLE) {

0 commit comments

Comments
 (0)