summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorSteven Schubiger <stsc@refcnt.org>2013-01-04 18:05:08 +0100
committerSteffen Mueller <smueller@cpan.org>2013-01-04 18:05:08 +0100
commitcb870e1142c582bcf30164e372c6cb26a1e77349 (patch)
tree6be4135fa55275277013e1bedcbde31972de7fb2 /sv.h
parentd234778b5b6b322797137257f7f372e6c6c60a12 (diff)
downloadperl-cb870e1142c582bcf30164e372c6cb26a1e77349.tar.gz
Fix SvREFCNT_dec doc typo
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 1eb8f1f095..8b07ee9b57 100644
--- a/sv.h
+++ b/sv.h
@@ -284,7 +284,7 @@ to return a meaningful value, or check for NULLness, so it's smaller
and faster.
=for apidoc Am|void|SvREFCNT_dec|SV* sv
-Decrements the reference count of the given SV. I<sv> may be be NULL.
+Decrements the reference count of the given SV. I<sv> may be NULL.
=for apidoc Am|void|SvREFCNT_dec_NN|SV* sv
Same as SvREFCNT_dec, but can only be used if you know I<sv>