Skip to content

Commit 050f2fc

Browse files
committed
[skip ci] fix another typo
1 parent 7f84a2b commit 050f2fc

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
@@ -1969,7 +1969,7 @@ void zend_optimize_cfg(zend_op_array *op_array, zend_optimizer_ctx *ctx)
19691969
if (!(b->flags & ZEND_BB_REACHABLE)) {
19701970
continue;
19711971
}
1972-
/* we track data dependencies only insight a single basic block */
1972+
/* we track data dependencies only inside a single basic block */
19731973
if (!(b->flags & ZEND_BB_FOLLOW) ||
19741974
(b->flags & ZEND_BB_TARGET)) {
19751975
/* Skip continuation of "extended" BB */

0 commit comments

Comments
 (0)