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:
Iain Sandoe 2022-03-08 15:28:05 +00:00
parent b7175f3681
commit 34b45cc526

View File

@ -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;
}