diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-08 08:45:11 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-08 16:17:03 -0700 |
commit | 7eeb6e4ece329a87e4a71555a3e99a1da2a21bb4 (patch) | |
tree | 3832306d8764b054a8b43dce809fabd750ce99b3 /sv.h | |
parent | 647688d88b9d452552ce64abafeef295a3c44d99 (diff) | |
download | perl-7eeb6e4ece329a87e4a71555a3e99a1da2a21bb4.tar.gz |
sv.h: Comment typo
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |