diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-06-20 07:45:02 +0530 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-19 21:32:29 +0000 |
commit | 26fa51c3c44a8df0f29f0c3a9a3dbd08be8f85d5 (patch) | |
tree | 6432e76fc26be88814e4beb1893139a97414049b /util.c | |
parent | 9b5878dfcb68ef2f9b4ea3468138a78a0face680 (diff) | |
download | perl-26fa51c3c44a8df0f29f0c3a9a3dbd08be8f85d5.tar.gz |
s/typos//
Message-ID: <20010620021502.A14541@lustre.linux.in>
Without the op.h s/bearword/bareword/ hunk, see
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
p4raw-id: //depot/perl@10736
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -56,14 +56,14 @@ long lastxycount[MAXXCOUNT][MAXYCOUNT]; # define FD_CLOEXEC 1 /* NeXT needs this */ #endif -/* paranoid version of system's malloc() */ - /* NOTE: Do not call the next three routines directly. Use the macros * in handy.h, so that we can easily redefine everything to do tracking of * allocated hunks back to the original New to track down any memory leaks. * XXX This advice seems to be widely ignored :-( --AD August 1996. */ +/* paranoid version of system's malloc() */ + Malloc_t Perl_safesysmalloc(MEM_SIZE size) { @@ -742,7 +742,7 @@ Perl_fbm_instr(pTHX_ unsigned char *big, register unsigned char *bigend, SV *lit */ /* If SvTAIL is actually due to \Z or \z, this gives false positives - if PL_multiline. In fact if !PL_multiline the autoritative answer + if PL_multiline. In fact if !PL_multiline the authoritative answer is not supported yet. */ char * |