diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 07:25:14 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-25 15:14:41 +0200 |
commit | 04a9cc255d537b1dadef34e70d2185a122582b8b (patch) | |
tree | 5056d5ebf683bad47243ab1ed558b3a1c05846b1 /ext | |
parent | 6c4772cd3653ab523cb1315b9fcb66ce76001a70 (diff) | |
download | perl-04a9cc255d537b1dadef34e70d2185a122582b8b.tar.gz |
typo fix for XS::APItest
Diffstat (limited to 'ext')
-rw-r--r-- | ext/XS-APItest/APItest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index b87c4e1e7e..20c7e73fd6 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -222,7 +222,7 @@ what it might be medifying). =item B<call_sv>, B<call_pv>, B<call_method> These exercise the C calls of the same names. Everything after the flags -arg is passed as the the args to the called function. They return whatever +arg is passed as the args to the called function. They return whatever the C function itself pushed onto the stack, plus the return value from the function; for example |