summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-07-12 08:17:47 +0000
committerSteve Hay <SteveHay@planit.com>2005-07-12 08:17:47 +0000
commit9f653bb54868b8547466924d4ce483acb8987efb (patch)
treec335772e50d2eb91b883f81f1636d76603814bb2 /handy.h
parentc5008215525f2f0a2a10a4c6a997f4cccfb6d09b (diff)
downloadperl-9f653bb54868b8547466924d4ce483acb8987efb.tar.gz
Change New*() to Newx*() in various comments and documentation
p4raw-id: //depot/perl@25116
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 72b967ec81..539bf766a7 100644
--- a/handy.h
+++ b/handy.h
@@ -639,7 +639,7 @@ hopefully catches attempts to access uninitialized memory.
#ifdef PERL_MEM_LOG
/*
- * If PERL_MEM_LOG is defined, all New()s, Renew()s, and Safefree()s
+ * If PERL_MEM_LOG is defined, all Newx()s, Renew()s, and Safefree()s
* go through functions, which are handy for debugging breakpoints, but
* which more importantly get the immediate calling environment (file and
* line number) passed in. This can then be used for logging the calls,