summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-06-20 00:38:07 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-21 07:06:10 +0000
commit1b979e0af6d73985fab5b12b2e2d182e270d6642 (patch)
treecaa49d95e9749da29812c4945058fba4d758c13c /malloc.c
parentfa423c5bdc4b72005f8624af7825acfbde0c572e (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index 91815a2c44..0409947ff5 100644
--- a/malloc.c
+++ b/malloc.c
@@ -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) {