summaryrefslogtreecommitdiff
path: root/lib/xmalloc.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-31 06:44:51 +0000
committerJim Meyering <jim@meyering.net>2000-07-31 06:44:51 +0000
commit5a95ad0a732eca1de44d67b2bc04263b758a9965 (patch)
tree03d37c9ba1eaa99c52b51f08b167c677653189bd /lib/xmalloc.c
parent5dcaccf5be7a01e5bb5bf3d559c710e7890ab445 (diff)
downloadcoreutils-5a95ad0a732eca1de44d67b2bc04263b758a9965.tar.xz
Use `virtual memory exhausted', not `Memory exhausted'.
Diffstat (limited to 'lib/xmalloc.c')
-rw-r--r--lib/xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 599549424..b39705f96 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)