summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2010-01-23 09:35:37 -0700
committerDavid Golden <dagolden@cpan.org>2010-01-25 21:33:08 -0500
commit94e892a68016a417b1b324213d39309b8b744d0e (patch)
treea25cad76a314e3f2b42e22834a0730882ad9ba8d /handy.h
parent252eec4f29eab31287b026fff962e72e3507d34d (diff)
downloadperl-94e892a68016a417b1b324213d39309b8b744d0e.tar.gz
comment grammar, indentation
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/handy.h b/handy.h
index 07ab78d5ea..911deca5dc 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