summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-03-16 21:13:39 -0600
committerKarl Williamson <khw@cpan.org>2020-03-16 21:14:32 -0600
commit2f07b2fb1d76d4d4f344f296ee3432f3f3ce4580 (patch)
treebe5d1a40f4ffb9440c0b23e20f79b0ce7c1744d9 /util.c
parent3e66cf746848e9cdd3d001d1261e869c33ab2651 (diff)
downloadperl-2f07b2fb1d76d4d4f344f296ee3432f3f3ce4580.tar.gz
Fix pod errors
introduced by cd7ac46508e1b2b346c339417237ef487bf59c74
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 8ea945b760..e968aceca4 100644
--- a/util.c
+++ b/util.c
@@ -1067,8 +1067,8 @@ string which is a duplicate of C<pv>. The size of the string is
determined by C<strlen()>, which means it may not contain embedded C<NUL>
characters and must have a trailing C<NUL>. To prevent memory leaks, the
memory allocated for the new string needs to be freed when no longer needed.
-This can be done with the L</C<Safefree> function, or
-L<C<SAFEFREEPV>perlguts/SAFEFREEPV>.
+This can be done with the L</C<Safefree>> function, or
+L<C<SAVEFREEPV>|perlguts/SAVEFREEPV(p)>.
On some platforms, Windows for example, all allocated memory owned by a thread
is deallocated when that thread ends. So if you need that not to happen, you