]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use `virtual memory exhausted', not `Memory exhausted'.
authorJim Meyering <jim@meyering.net>
Mon, 31 Jul 2000 06:47:33 +0000 (06:47 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 31 Jul 2000 06:47:33 +0000 (06:47 +0000)
lib/obstack.c

index 639a6b0676f9df42714e21f8df5bf68a296b32dc..0322fb6733fda21e25df79ed51a34209ccc90f95 100644 (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);
 }