summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2013-10-23 11:36:45 +0100
committerDavid Mitchell <davem@iabyn.com>2013-10-23 11:36:45 +0100
commitdf8dcb28d0eee23f10e6af3590aaafec84870183 (patch)
treeb516acc54d4d4af09883d8299b6461e782135f46 /sv.h
parent52379eb83d6750e5a25234194773cdad131ae34f (diff)
downloadperl-df8dcb28d0eee23f10e6af3590aaafec84870183.tar.gz
correct POD for SvIsCOW, it returns a U32
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 a089d7db59..bb9e6b03dd 100644
--- a/sv.h
+++ b/sv.h
@@ -1618,8 +1618,8 @@ Like C<SvPV>, but converts sv to byte representation first if necessary.
Guarantees to evaluate sv only once; use the more efficient C<SvPVbyte>
otherwise.
-=for apidoc Am|bool|SvIsCOW|SV* sv
-Returns a boolean indicating whether the SV is Copy-On-Write (either shared
+=for apidoc Am|U32|SvIsCOW|SV* sv
+Returns a U32 value indicating whether the SV is Copy-On-Write (either shared
hash key scalars, or full Copy On Write scalars if 5.9.0 is configured for
COW).