From: Jim Cromie Date: Sat, 23 Jan 2010 16:35:37 +0000 (-0700) Subject: comment grammar, indentation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94e892a68016a417b1b324213d39309b8b744d0e;p=p5sagit%2Fp5-mst-13.2.git comment grammar, indentation --- diff --git a/handy.h b/handy.h index 07ab78d..911deca 100644 --- a/handy.h +++ b/handy.h @@ -789,9 +789,9 @@ PoisonWith(0xEF) for catching access to freed memory. * implementation unless -DPERL_MEM_LOG_NOIMPL is also defined. * * Known problems: - * - all memory allocs do not get logged, only those + * - not all memory allocs get logged, only those * that go through Newx() and derivatives (while all - * Safefrees do get logged) + * Safefrees do get logged) * - __FILE__ and __LINE__ do not work everywhere * - __func__ or __FUNCTION__ even less so * - I think more goes on after the perlio frees but