diff options
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r-- | gcc/ggc-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 36b4a319b21..b941f54aed3 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -518,7 +518,7 @@ alloc_anon (pref, size) if (page == (char *) MAP_FAILED) { - perror ("Virtual memory exhausted"); + perror ("virtual memory exhausted"); exit (FATAL_EXIT_CODE); } |