Skip to content

Commit cfc5297

Browse files
committed
inline.h: Fix typo in comment
1 parent 400b315 commit cfc5297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ Perl_is_utf8_string_loclen(const U8 *s, STRLEN len, const U8 **ep, STRLEN *el)
22832283
* conditional, same as the calling code checking for invariance ahead of time.
22842284
* And having the calling code remove that conditional speeds up by that
22852285
* conditional, the case where it wasn't invariant. So there's no reason to
2286-
* check before caling this.
2286+
* check before calling this.
22872287
*
22882288
* But we don't know this for non-core calls, so have to retain the check for
22892289
* them. */

0 commit comments

Comments
 (0)