1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 16:19:23 +02:00

Use virtual memory exhausted', not Memory exhausted'.

This commit is contained in:
Jim Meyering
2000-07-31 06:44:51 +00:00
parent 5dcaccf5be
commit 5a95ad0a73
+1 -1
View 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)