summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-10 17:46:15 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-10 17:46:15 +0000
commit37b8b4c96b95703d956822dafbbd43c0dc3ac882 (patch)
tree09bf11ecdc0773c88744c671f1527d9844f9115b /handy.h
parent71cedc6d5edb73a8e9122dd411eab6a5cb2978b9 (diff)
downloadperl-37b8b4c96b95703d956822dafbbd43c0dc3ac882.tar.gz
s/superceded/superseded/g
p4raw-id: //depot/perl@26774
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 3c3e443bbd..ada3124695 100644
--- a/handy.h
+++ b/handy.h
@@ -570,7 +570,7 @@ The XSUB-writer's interface to the C C<malloc> function.
In 5.9.3, Newx() and friends replace the older New() API, and drops
the first parameter, I<x>, a debug aid which allowed callers to identify
-themselves. This aid has been superceded by a new build option,
+themselves. This aid has been superseded by a new build option,
PERL_MEM_LOG (see L<perlhack/PERL_MEM_LOG>). The older API is still
there for use in XS modules supporting older perls.