diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-06-20 00:38:07 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-21 07:06:10 +0000 |
commit | 1b979e0af6d73985fab5b12b2e2d182e270d6642 (patch) | |
tree | caa49d95e9749da29812c4945058fba4d758c13c /malloc.c | |
parent | fa423c5bdc4b72005f8624af7825acfbde0c572e (diff) | |
download | perl-1b979e0af6d73985fab5b12b2e2d182e270d6642.tar.gz |
applied patch, tweaked wording
Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_67] Documentation patch for malloc
p4raw-id: //depot/perl@1177
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -457,7 +457,7 @@ emergency_sbrk(size) if (size >= BIG_SIZE) { /* Give the possibility to recover: */ MUTEX_UNLOCK(&malloc_mutex); - croak("Out of memory during request for %i bytes", size); + croak("Out of memory during \"large\" request for %i bytes", size); } if (!emergency_buffer) { |