mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:31:11 +08:00
Darwin: Address a translation comment [PR104552].
This amends an error message to correct punctuation and a little better wording. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> PR translation/104552 gcc/ChangeLog: * config/host-darwin.cc (darwin_gt_pch_get_address): Amend the PCH out of memory error message punctuation and wording.
This commit is contained in:
parent
b7175f3681
commit
34b45cc526
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user