1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-10 20:41:06 +02:00

Use virtual memory exhausted', not Memory exhausted'.

This commit is contained in:
Jim Meyering
2000-07-31 06:47:33 +00:00
parent 216cc77784
commit 4e02f20bd3

View File

@@ -468,7 +468,7 @@ _obstack_memory_used (h)
static void
print_and_abort ()
{
fputs (_("memory exhausted"), stderr);
fputs (_("virtual memory exhausted"), stderr);
fputc ('\n', stderr);
exit (obstack_exit_failure);
}