summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-13 22:05:42 -0600
committerKarl Williamson <khw@cpan.org>2020-09-14 09:33:26 -0600
commit326c768d67f891508c12a4e1a28682f7dcdce485 (patch)
treecce48dc63f86ad3a7fd062c0535cd02426bd7fa3 /handy.h
parent6fdd32c3b5307fa3651036eb68d171c819c083b6 (diff)
downloadperl-326c768d67f891508c12a4e1a28682f7dcdce485.tar.gz
perlapi: Fix typo.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index bf6b81e97a..8875b2d8f1 100644
--- a/handy.h
+++ b/handy.h
@@ -1326,7 +1326,7 @@ patched there. The file as of this writing is cpan/Devel-PPPort/parts/inc/misc
=for apidoc AmnU|void|WIDEST_UTYPE
Yields the widest unsigned integer type on the platform, currently either
-C<U32> or C<64>. This can be used in declarations such as
+C<U32> or C<U64>. This can be used in declarations such as
WIDEST_UTYPE my_uv;