Skip to content

Commit

Permalink
inline.h: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jun 14, 2024
1 parent 400b315 commit cfc5297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inline.h
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ Perl_is_utf8_string_loclen(const U8 *s, STRLEN len, const U8 **ep, STRLEN *el)
* conditional, same as the calling code checking for invariance ahead of time.
* And having the calling code remove that conditional speeds up by that
* conditional, the case where it wasn't invariant. So there's no reason to
* check before caling this.
* check before calling this.
*
* But we don't know this for non-core calls, so have to retain the check for
* them. */
Expand Down

0 comments on commit cfc5297

Please sign in to comment.