summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-06-18 14:06:32 -0600
committerKarl Williamson <public@khwilliamson.com>2011-06-21 07:59:01 -0600
commit94c267a873369fd56bb0e0db664488ce34b18476 (patch)
treef3a3da20713f77a56ab3c0e5a2ed3ed2b1e7e6ee /sv.c
parent9b15f68eac69c207750e96d9b51fed406fe667b8 (diff)
downloadperl-94c267a873369fd56bb0e0db664488ce34b18476.tar.gz
perlapi: fix broken link, from sv.c
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 6750ef197e..2c97ccecaf 100644
--- a/sv.c
+++ b/sv.c
@@ -5105,7 +5105,7 @@ space is allocated.) The reference count for the new SV is set to 1.
In 5.9.3, newSV() replaces the older NEWSV() API, and drops the first
parameter, I<x>, a debug aid which allowed callers to identify themselves.
This aid has been superseded by a new build option, PERL_MEM_LOG (see
-L<perlhack/PERL_MEM_LOG>). The older API is still there for use in XS
+L<perlhacktips/PERL_MEM_LOG>). The older API is still there for use in XS
modules supporting older perls.
=cut