summaryrefslogtreecommitdiff
path: root/pod/perlhacktips.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-01-14 11:16:50 -0700
committerKarl Williamson <khw@cpan.org>2015-01-14 11:18:19 -0700
commit28ffebafd3403d496952bd64c99bb9bd7cbe871f (patch)
tree3e3699926d3ede379f8f4118c7c50a8dd6bbf69b /pod/perlhacktips.pod
parentd1cef54a570d5ed7b6b443b65984965167a0a3ef (diff)
downloadperl-28ffebafd3403d496952bd64c99bb9bd7cbe871f.tar.gz
perlhacktips: Fix typo
Diffstat (limited to 'pod/perlhacktips.pod')
-rw-r--r--pod/perlhacktips.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod
index 3d477da89e..40bb3a16f8 100644
--- a/pod/perlhacktips.pod
+++ b/pod/perlhacktips.pod
@@ -173,7 +173,7 @@ NUM2PTR().)
=item *
-Casting between data function pointers and data pointers
+Casting between function pointers and data pointers
Technically speaking casting between function pointers and data
pointers is unportable and undefined, but practically speaking it seems