api doc fix for SvSetMagicSV_nosteal
Stas Bekman [Thu, 12 Aug 2004 18:10:36 +0000 (11:10 -0700)]
Message-ID: <411C150C.5020602@stason.org>

p4raw-id: //depot/perl@23214

pod/perlapi.pod
sv.h

index 36c5030..8a4a12c 100644 (file)
@@ -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 9b0f070..c9341e6 100644 (file)
--- 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