From acaa9950a41bde1e8eabd80a702362799709940c Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Sun, 24 Jun 2001 18:11:42 +0000
Subject: [PATCH] Reword a sentence to make it proper English.
---
lib/libc/stdlib/malloc.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index cd4485643bfe..8cb55631fbef 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: