summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-31 11:29:43 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-31 11:29:43 +0000
commit91edb4ee687d28fc7146b5dbc6de5bbc9b90da2f (patch)
tree67b6e0f5492d465d9a9ace9d93760445d8a37d03
parent906679c7ad5e5ea58a1e4bf1de62471e4fa4a045 (diff)
downloadperl-91edb4ee687d28fc7146b5dbc6de5bbc9b90da2f.tar.gz
POD nit spotted by Jarkko
p4raw-id: //depot/perl@25917
-rw-r--r--pod/perlhack.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 9a0f550e64..accdf84705 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -2482,7 +2482,7 @@ file and line number (and C function name, if supported by the C compiler).
This logging is somewhat similar to C<-Dm> but independent of C<-DDEBUGGING>,
and at a higher level (the C<-Dm> is directly at the point of C<malloc()>,
-while the C<PERL_MEMLOG> is at the level of C<New()>>.
+while the C<PERL_MEM_LOG> is at the level of C<New()>>.
=head2 Profiling