summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-25 17:26:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-25 17:26:19 +0000
commit65c50fde5257c1bf947781901416bdfa68f9b0e7 (patch)
treec17f2dd973687d0745d39789a81ba3cbf5bb6042 /utf8.c
parent064fcf7b8c2e751af75a80918f4d92aeaa8e0110 (diff)
downloadperl-65c50fde5257c1bf947781901416bdfa68f9b0e7.tar.gz
A comment tweak.
p4raw-id: //depot/perl@8931
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 13b953a9dc..f00659a986 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<s>
which is assumed to be in UTF8 encoding and no longer than C<curlen>;