diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-31 11:29:43 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-31 11:29:43 +0000 |
commit | 91edb4ee687d28fc7146b5dbc6de5bbc9b90da2f (patch) | |
tree | 67b6e0f5492d465d9a9ace9d93760445d8a37d03 | |
parent | 906679c7ad5e5ea58a1e4bf1de62471e4fa4a045 (diff) | |
download | perl-91edb4ee687d28fc7146b5dbc6de5bbc9b90da2f.tar.gz |
POD nit spotted by Jarkko
p4raw-id: //depot/perl@25917
-rw-r--r-- | pod/perlhack.pod | 2 |
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 |