From: Jim Meyering Date: Mon, 31 Jul 2000 06:44:51 +0000 (+0000) Subject: Use `virtual memory exhausted', not `Memory exhausted'. X-Git-Tag: TEXTUTILS-2_0g~48 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5a95ad0a732eca1de44d67b2bc04263b758a9965;p=thirdparty%2Fcoreutils.git Use `virtual memory exhausted', not `Memory exhausted'. --- diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 599549424a..b39705f96a 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -63,7 +63,7 @@ void (*xalloc_fail_func) PARAMS ((void)) = 0; /* If XALLOC_FAIL_FUNC is NULL, or does return, display this message before exiting when memory is exhausted. Goes through gettext. */ -char *const xalloc_msg_memory_exhausted = N_("Memory exhausted"); +char *const xalloc_msg_memory_exhausted = N_("virtual memory exhausted"); void xalloc_die (void)