summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-21 22:20:48 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-21 22:20:48 +0000
commit1c12ffb434b4a9bffc733e04581e76608fc7c846 (patch)
treeace043e67aac2898ff8906696a368accdd20a045 /handy.h
parentd070ff45303f31f7ea3c355a42984d1c652a0faf (diff)
downloadperl-1c12ffb434b4a9bffc733e04581e76608fc7c846.tar.gz
Document PoisonFree() instead of documenting Poison() twice.
p4raw-id: //depot/perl@28265
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 30a287a419..c3c5f9c37f 100644
--- a/handy.h
+++ b/handy.h
@@ -626,7 +626,7 @@ again) that hopefully catches attempts to access uninitialized memory.
PoisonWith(0xAB) for catching access to allocated but uninitialized memory.
-=for apidoc Am|void|Poison|void* dest|int nitems|type
+=for apidoc Am|void|PoisonFree|void* dest|int nitems|type
PoisonWith(0xEF) for catching access to freed memory.