summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index a1f6e61aa2..15c8d5c549 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_MEM_LOG> is at the level of C<New())>.
+while the C<PERL_MEM_LOG> is at the level of C<New()>).
=head2 Profiling