Use `virtual memory exhausted', not `Memory exhausted'.
authorJim Meyering <jim@meyering.net>
Mon, 31 Jul 2000 06:44:51 +0000 (06:44 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 31 Jul 2000 06:44:51 +0000 (06:44 +0000)
lib/xmalloc.c

index 599549424a32a3dd57d49b64c7279a5d6cc40fa0..b39705f96a548d026181f43cfac8bf5e15131b14 100644 (file)
@@ -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)