summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorTom Christiansen <tchrist@perl.com>2011-02-15 21:44:15 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-15 21:44:15 -0800
commit4082acabd8a6084de82f764171b9b61f3fa78ba1 (patch)
tree68550ca6403c8715e723d36cb58bdd18e94e9d92 /sv.c
parentb6538e4f5df9d5d432ef57d83146309a93cfe4c1 (diff)
downloadperl-4082acabd8a6084de82f764171b9b61f3fa78ba1.tar.gz
More POD corrections
[Extracted by the committer from <nntp://nntp.perl.org/19662.1297825146@chthon>]
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index e2cc8d81f5..4bd68503fe 100644
--- a/sv.c
+++ b/sv.c
@@ -4661,7 +4661,7 @@ we do the copy, and is also used locally. If C<SV_COW_DROP_PV> is set
then a copy-on-write scalar drops its PV buffer (if any) and becomes
SvPOK_off rather than making a copy. (Used where this scalar is about to be
set to some other value.) In addition, the C<flags> parameter gets passed to
-C<sv_unref_flags()> when unrefing. C<sv_force_normal> calls this function
+C<sv_unref_flags()> when unreffing. C<sv_force_normal> calls this function
with flags set to 0.
=cut