diff options
author | dd <dd@FreeBSD.org> | 2001-06-24 18:11:42 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-24 18:11:42 +0000 |
commit | 0b9658e72ed639c5966b89b4685aefd8129184bf (patch) | |
tree | 4addf85654751393030b76b5c9c82d262dd2c360 | |
parent | ed4e834f6e150db1ccd52fb6bd1214f33e8ed2bf (diff) | |
download | FreeBSD-src-0b9658e72ed639c5966b89b4685aefd8129184bf.zip FreeBSD-src-0b9658e72ed639c5966b89b4685aefd8129184bf.tar.gz |
Reword a sentence to make it proper English.
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index cd44856..8cb5563 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -371,7 +371,7 @@ variable allows the programmer to override the function which emits the text strings forming the errors and warnings if for some reason the stderr filedescriptor is not suitable for this. Please note that doing anything which tries to allocate memory in -this function will certain suicide for the process. +this function will assure death of the process. .Pp The following is a brief description of possible error messages and their meanings: |