summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-08 08:45:11 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-08 16:17:03 -0700
commit7eeb6e4ece329a87e4a71555a3e99a1da2a21bb4 (patch)
tree3832306d8764b054a8b43dce809fabd750ce99b3 /sv.h
parent647688d88b9d452552ce64abafeef295a3c44d99 (diff)
downloadperl-7eeb6e4ece329a87e4a71555a3e99a1da2a21bb4.tar.gz
sv.h: Comment typo
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 6d26f85a7e..c347aea6f5 100644
--- a/sv.h
+++ b/sv.h
@@ -307,7 +307,7 @@ perform the upgrade if necessary. See C<svtype>.
#define SVpgv_GP SVp_SCREAM /* GV has a valid GP */
#define SVprv_PCS_IMPORTED SVp_SCREAM /* RV is a proxy for a constant
subroutine in another package. Set the
- CvIMPORTED_CV_ON() if it needs to be
+ GvIMPORTED_CV_on() if it needs to be
expanded to a real GV */
/* 0x00010000 *** FREE SLOT */
#define SVs_PADTMP 0x00020000 /* in use as tmp; only if ! SVs_PADMY */