Skip to content

Commit b6cf02c

Browse files
committed
utf8.c: Fix misleading comment
The technique outlined here works regardless of the success or failure of the function. Remove the misleading word
1 parent a8a74a8 commit b6cf02c

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
@@ -2744,7 +2744,7 @@ Returns a pointer to the newly-created string, and sets C<*lenp> to
27442744
reflect the new length in bytes. The caller is responsible for arranging for
27452745
the memory used by this string to get freed.
27462746
2747-
Upon successful return, the number of variants in the string can be computed by
2747+
Upon return, the number of variants in the string can be computed by
27482748
having saved the value of C<*lenp> before the call, and subtracting it from the
27492749
after-call value of C<*lenp>.
27502750

0 commit comments

Comments
 (0)