summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlapi.pod2
-rw-r--r--sv.h2
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)
diff --git a/sv.h b/sv.h
index 9b0f0702c8..c9341e62b1 100644
--- a/sv.h
+++ b/sv.h
@@ -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