diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-31 19:14:47 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-31 19:14:47 +0000 |
commit | 7e2ff5e8a47a8317110c2e2e0c7435232d79b76e (patch) | |
tree | 8706442a7f06f01e05c8501065400ad821891c91 /pod | |
parent | 65bca31a689e744d19bc76458567e5ae895ca3dd (diff) | |
download | perl-7e2ff5e8a47a8317110c2e2e0c7435232d79b76e.tar.gz |
Further pod nit spotted by Jarkko
p4raw-id: //depot/perl@25938
Diffstat (limited to 'pod')
-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 accdf84705..a1f6e61aa2 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 |