summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-14 13:41:07 -0700
committerKarl Williamson <khw@cpan.org>2020-12-14 13:50:00 -0700
commit85065dd94bd5057e997fdff30a5d56f7d6debbd2 (patch)
tree259e00a95951d1377d1af5ff36d6e1b5c237270f
parent7d3dc46a32cd59eedc4b0f4aa00147ad35a398ef (diff)
downloadperl-85065dd94bd5057e997fdff30a5d56f7d6debbd2.tar.gz
perlapi: 'ie' should be 'i.e.', and italicized
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 4d89ce0aa9..18d9e0436b 100644
--- a/sv.c
+++ b/sv.c
@@ -181,7 +181,7 @@ perl_destruct() to physically free all the arenas allocated since the
start of the interpreter.
The internal function visit() scans the SV arenas list, and calls a specified
-function for each SV it finds which is still live - ie which has an SvTYPE
+function for each SV it finds which is still live, I<i.e.> which has an SvTYPE
other than all 1's, and a non-zero SvREFCNT. visit() is used by the
following functions (specified as [function that calls visit()] / [function
called by visit() for each SV]):