summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
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.