summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-05-28 08:31:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-05-28 08:31:20 +0000
commitb9449ee00d2461c5a220b8b0cd7ee22c0d775f7c (patch)
tree2b79914b6a33b8a2ae55536a7fc9e17d51e6e0af
parent0a931e4af3dba6f23d436823d4526d6b7bdc2249 (diff)
downloadperl-b9449ee00d2461c5a220b8b0cd7ee22c0d775f7c.tar.gz
random pod typos (from Peter Scott <Peter@PSDT.com>)
p4raw-id: //depot/perl@6136
-rw-r--r--ext/Devel/Peek/Peek.pm2
-rw-r--r--pod/perldebguts.pod4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/Devel/Peek/Peek.pm b/ext/Devel/Peek/Peek.pm
index 080251bb5e..1ef29b476f 100644
--- a/ext/Devel/Peek/Peek.pm
+++ b/ext/Devel/Peek/Peek.pm
@@ -58,7 +58,7 @@ C<CV>. Devel::Peek also supplies C<SvREFCNT()>, C<SvREFCNT_inc()>, and
C<SvREFCNT_dec()> which can query, increment, and decrement reference
counts on SVs. This document will take a passive, and safe, approach
to data debugging and for that it will describe only the C<Dump()>
-function. For format of output of mstats() see
+function. For more information on the format of output of mstat() see
L<perldebug/Using C<$ENV{PERL_DEBUG_MSTATS}>>.
Function C<DumpArray()> allows dumping of multiple values (useful when you
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod
index 45c33c7ec4..5812a40fcb 100644
--- a/pod/perldebguts.pod
+++ b/pod/perldebguts.pod
@@ -639,7 +639,7 @@ than 32 bytes (all these examples assume 32-bit architectures, the
result are quite a bit worse on 64-bit architectures). If a variable
is accessed in two of three different ways (which require an integer,
a float, or a string), the memory footprint may increase yet another
-20 bytes. A sloppy malloc(3) implementation can make inflate these
+20 bytes. A sloppy malloc(3) implementation can inflate these
numbers dramatically.
On the opposite end of the scale, a declaration like
@@ -686,7 +686,7 @@ the following example:
Total sbrk(): 215040/47:145. Odd ends: pad+heads+chain+tail: 0+2192+0+6144.
It is possible to ask for such a statistic at arbitrary points in
-your execution using the mstats() function out of the standard
+your execution using the mstat() function out of the standard
Devel::Peek module.
Here is some explanation of that format: