Skip to content

Commit 9b4d06e

Browse files
committed
typo: sucess* to success*
1 parent 9580d47 commit 9b4d06e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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);

ext/pcre/pcre2lib/pcre2_match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ seems unlikely.)
352352
mb points to match block
353353
lengthptr pointer for returning the length matched
354354
355-
Returns: = 0 sucessful match; number of code units matched is set
355+
Returns: = 0 successful match; number of code units matched is set
356356
< 0 no match
357357
> 0 partial match
358358
*/

0 commit comments

Comments
 (0)