summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-22 19:38:12 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-22 19:38:12 +0000
commitc40f158517a2eb8c99b09f2c54334b34b71acd64 (patch)
treef099dd0c8c9bde651c037b6863930be72b92b0c2 /sv.h
parente40b81a3dd247b1a29fc78399677b77b78b5f183 (diff)
downloadperl-c40f158517a2eb8c99b09f2c54334b34b71acd64.tar.gz
Fix a typo and some doubled spaces in comments.
p4raw-id: //depot/perl@29922
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sv.h b/sv.h
index 52b325479a..d3f69c0416 100644
--- a/sv.h
+++ b/sv.h
@@ -331,7 +331,7 @@ perform the upgrade if necessary. See C<svtype>.
means that a hv_aux struct is present
after the main array */
#define SVf_BREAK 0x04000000 /* refcnt is artificially low - used by
- SV's in final arena cleanup */
+ SV's in final arena cleanup */
#define SVf_READONLY 0x08000000 /* may not be modified */
@@ -1561,7 +1561,7 @@ the SV if the SV does not contain a string. The SV may cache the
stringified form becoming C<SvPOK>. Handles 'get' magic.
=for apidoc Am|IV|SvIV|SV* sv
-Coerces the given SV to an integer and returns it. See C<SvIVx> for a
+Coerces the given SV to an integer and returns it. See C<SvIVx> for a
version which guarantees to evaluate sv only once.
=for apidoc Am|IV|SvIV_nomg|SV* sv
@@ -1572,7 +1572,7 @@ Coerces the given SV to an integer and returns it. Guarantees to evaluate
sv only once. Use the more efficient C<SvIV> otherwise.
=for apidoc Am|NV|SvNV|SV* sv
-Coerce the given SV to a double and return it. See C<SvNVx> for a version
+Coerce the given SV to a double and return it. See C<SvNVx> for a version
which guarantees to evaluate sv only once.
=for apidoc Am|NV|SvNVx|SV* sv