From: Jarkko Hietaniemi Date: Sun, 25 Feb 2001 17:26:19 +0000 (+0000) Subject: A comment tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65c50fde5257c1bf947781901416bdfa68f9b0e7;p=p5sagit%2Fp5-mst-13.2.git A comment tweak. p4raw-id: //depot/perl@8931 --- diff --git a/utf8.c b/utf8.c index 13b953a..f00659a 100644 --- a/utf8.c +++ b/utf8.c @@ -200,7 +200,7 @@ Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len) } /* -=for apidoc A|U8* s|utf8_to_uv|STRLEN curlen|STRLEN *retlen|U32 flags +=for apidoc A|UV|utf8_to_uv|U8 *s|STRLEN curlen|STRLEN *retlen|U32 flags Returns the character value of the first character in the string C which is assumed to be in UTF8 encoding and no longer than C;