summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorMatthew Horsfall (alh) <wolfsage@gmail.com>2014-02-13 14:38:13 -0500
committerJames E Keenan <jkeenan@cpan.org>2014-02-14 00:34:26 +0100
commit87ef9da8c95202cbf13cb4d852441396152bd72b (patch)
tree87c75bcdfc7fcc015ac8141c1a544a276ed1412e /sv.h
parentc4826498637848204bf3ffc416abe8c1ee99ca69 (diff)
downloadperl-87ef9da8c95202cbf13cb4d852441396152bd72b.tar.gz
Fix small typo (dsb -> dsv)
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sv.h b/sv.h
index 36a3e4d200..bfb92d1b73 100644
--- a/sv.h
+++ b/sv.h
@@ -2014,7 +2014,7 @@ after modifying a scalar, in case it is a magical variable like C<$|>
or a tied variable (it calls C<STORE>). This macro evaluates its
argument more than once.
-=for apidoc Am|void|SvSetSV|SV* dsb|SV* ssv
+=for apidoc Am|void|SvSetSV|SV* dsv|SV* ssv
Calls C<sv_setsv> if dsv is not the same as ssv. May evaluate arguments
more than once.
@@ -2022,7 +2022,7 @@ more than once.
Calls a non-destructive version of C<sv_setsv> if dsv is not the same as
ssv. May evaluate arguments more than once.
-=for apidoc Am|void|SvSetMagicSV|SV* dsb|SV* ssv
+=for apidoc Am|void|SvSetMagicSV|SV* dsv|SV* ssv
Like C<SvSetSV>, but does any set magic required afterwards.
=for apidoc Am|void|SvSetMagicSV_nosteal|SV* dsv|SV* ssv