Skip to content

Commit 7fed075

Browse files
authored
[skip ci] typo: sucess* to success* (phpGH-21092)
1 parent 3bff1dc commit 7fed075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/ir/ir_gcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ static bool ir_split_partially_dead_node(ir_ctx *ctx, ir_ref ref, uint32_t b)
262262
#endif
263263

264264
/* 1.2. Iteratively check the predecessors of already found TOTALLY_USEFUL blocks and
265-
* add them into TOTALLY_USEFUL set if all of their sucessors are already there.
265+
* add them into TOTALLY_USEFUL set if all of their successors are already there.
266266
*/
267267
IR_SPARSE_SET_FOREACH(&data->totally_useful, i) {
268268
_push_predecessors(ctx, &ctx->cfg_blocks[i], data);

0 commit comments

Comments
 (0)