From: Tim Bunce Date: Wed, 15 Aug 2012 20:23:33 +0000 (+0100) Subject: Spelling fix to docs from gregor herrmann [CPAN #78766] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Size.git;a=commitdiff_plain;h=52d8b03143d6e6020fbbe0e27532011cf6c8eb66 Spelling fix to docs from gregor herrmann [CPAN #78766] --- diff --git a/CHANGES b/CHANGES index fb02afb..c99fc5a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Revision history for Perl extension Devel::Size. + * Spelling fix to docs from gregor herrmann [CPAN #78766] + 0.78 2011-07-26 nicholas [no changes] diff --git a/lib/Devel/Size.pm b/lib/Devel/Size.pm index 7965eca..b73b1dd 100644 --- a/lib/Devel/Size.pm +++ b/lib/Devel/Size.pm @@ -187,7 +187,7 @@ larger. Since version 0.72, Devel::Size uses a new pointer tracking mechanism that consumes far less memory than was previously the case. It does this by using a bit vector where 1 bit represents each 4- or 8-byte aligned pointer -(32- or 64-bit platform dependant) that could exist. Further, it segments +(32- or 64-bit platform dependent) that could exist. Further, it segments that bit vector and only allocates each chunk when an address is seen within that chunk. Since version 0.73, chunks are allocated in blocks of 2**16 bits (ie 8K), accessed via a 256-way tree. The tree is 2 levels deep on a 32 bit