This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perlio:
[perl5.git] / pod / perldebguts.pod
index 02b5ab1..ff2b074 100644 (file)
@@ -612,7 +612,7 @@ table, here split across several lines:
 
 The first line here indicates that the offset/length table contains 45
 entries.  Each entry is a pair of integers, denoted by C<offset[length]>.
-Entries are numbered starting with, so entry #1 here is C<1[4]> and
+Entries are numbered starting with 1, so entry #1 here is C<1[4]> and
 entry #12 is C<5[1]>.  C<1[4]> indicates that the node labeled C<1:>
 (the C<1: ANYOF[bc]>) begins at character position 1 in the
 pre-compiled form of the regex, and has a length of 4 characters.
@@ -774,7 +774,7 @@ were
           4     12    24    48    80
 
 With non-C<DEBUGGING> perl, the buckets starting from C<128> have
-a 4-byte overhead, and thus a 8192-long bucket may take up to
+a 4-byte overhead, and thus an 8192-long bucket may take up to
 8188-byte allocations.
 
 =item C<Total sbrk(): SBRKed/SBRKs:CONTINUOUS>