summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-05-23 21:09:13 +0100
committerNicholas Clark <nick@ccl4.org>2010-05-23 21:09:13 +0100
commit196007d1d65f1413c42844a9656643290de75eb5 (patch)
treefde1eb28e55df4d6d2a386381032343a31e4aae0
parent702646f25c38c963340344fc4125d616ff143857 (diff)
downloadperl-196007d1d65f1413c42844a9656643290de75eb5.tar.gz
Change the API documentation from sv_2nv to sv_2nv_flags.
Addendum to 39d5de13bc6d138b.
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 7f4b1c6b48..7ec4242028 100644
--- a/sv.c
+++ b/sv.c
@@ -2436,7 +2436,7 @@ Perl_sv_2uv_flags(pTHX_ register SV *const sv, const I32 flags)
}
/*
-=for apidoc sv_2nv
+=for apidoc sv_2nv_flags
Return the num value of an SV, doing any necessary string or integer
conversion. If flags includes SV_GMAGIC, does an mg_get() first.