utf8.c: fix typo in pod

This commit is contained in:
Karl Williamson 2012-01-05 15:23:16 -07:00
parent 0501f9a893
commit e0aa61c655

2
utf8.c
View File

@ -3672,7 +3672,7 @@ Perl__swash_to_invlist(pTHX_ SV* const swash)
=for apidoc uvchr_to_utf8
Adds the UTF-8 representation of the Native code point C<uv> to the end
of the string C<d>; C<d> should be have at least C<UTF8_MAXBYTES+1> free
of the string C<d>; C<d> should have at least C<UTF8_MAXBYTES+1> free
bytes available. The return value is the pointer to the byte after the
end of the new character. In other words,