diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/host-darwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/host-darwin.cc b/gcc/config/host-darwin.cc index d4289ae..01554d5 100644 --- a/gcc/config/host-darwin.cc +++ b/gcc/config/host-darwin.cc @@ -104,7 +104,7 @@ darwin_gt_pch_get_address (size_t sz, int fd) space. */ if (addr == (void *) MAP_FAILED) { - error ("PCH memory not available %m"); + error ("PCH memory is not available: %m"); return NULL; } |