projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d234778
)
Fix SvREFCNT_dec doc typo
author
Steven Schubiger
<stsc@refcnt.org>
Fri, 4 Jan 2013 17:05:08 +0000
(18:05 +0100)
committer
Steffen Mueller
<smueller@cpan.org>
Fri, 4 Jan 2013 17:05:08 +0000
(18:05 +0100)
sv.h
patch
|
blob
|
history
diff --git
a/sv.h
b/sv.h
index
1eb8f1f
..
8b07ee9
100644
(file)
--- 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>