diff options
-rw-r--r-- | pod/perlapi.pod | 2 | ||||
-rw-r--r-- | sv.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 36c5030951..8a4a12c682 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1489,7 +1489,7 @@ Found in file sv.h =item SvSetMagicSV_nosteal -Like C<SvSetMagicSV>, but does any set magic required afterwards. +Like C<SvSetSV_nosteal>, but does any set magic required afterwards. void SvSetMagicSV_nosteal(SV* dsv, SV* ssv) @@ -1200,7 +1200,7 @@ ssv. May evaluate arguments more than once. Like C<SvSetSV>, but does any set magic required afterwards. =for apidoc Am|void|SvSetMagicSV_nosteal|SV* dsv|SV* ssv -Like C<SvSetMagicSV>, but does any set magic required afterwards. +Like C<SvSetSV_nosteal>, but does any set magic required afterwards. =for apidoc Am|void|SvSHARE|SV* sv Arranges for sv to be shared between threads if a suitable module |