Skip to content

Commit 4d39196

Browse files
committed
utf8.c: Clarify comment
1 parent 25227ee commit 4d39196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utf8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3090,7 +3090,7 @@ Perl_utf8_to_bytes_(pTHX_ U8 **s_ptr, STRLEN *lenp, void ** free_me,
30903090
}
30913091
}
30923092

3093-
/* Do the straggler bytes beyond what the loop above did */
3093+
/* Do the straggler bytes beyond the final word boundary */
30943094
while (s < send) {
30953095
if (! UTF8_IS_INVARIANT(*s)) {
30963096
if (! UTF8_IS_NEXT_CHAR_DOWNGRADEABLE(s, send)) {

0 commit comments

Comments
 (0)