From: Matthew Horsfall (alh) Date: Thu, 13 Feb 2014 19:38:13 +0000 (-0500) Subject: Fix small typo (dsb -> dsv) X-Git-Tag: upstream/5.20.0~430 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87ef9da8c95202cbf13cb4d852441396152bd72b;p=platform%2Fupstream%2Fperl.git Fix small typo (dsb -> dsv) --- diff --git a/sv.h b/sv.h index 36a3e4d..bfb92d1 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). 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 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 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, but does any set magic required afterwards. =for apidoc Am|void|SvSetMagicSV_nosteal|SV* dsv|SV* ssv