Darwin : Address a translation comment.

Add a ':' to make the diagnostic read 'pch_address_space': xxx.

gcc/ChangeLog:

	PR target/99733
	* config/host-darwin.c (darwin_gt_pch_use_address): Add a
	colon to the diagnostic message.
This commit is contained in:
Iain Sandoe 2021-03-23 19:42:36 +00:00
parent bd71889b90
commit 7af8ec508f

View File

@ -62,7 +62,7 @@ darwin_gt_pch_use_address (void *addr, size_t sz, int fd, size_t off)
if (munmap (pch_address_space + sz, sizeof (pch_address_space) - sz) != 0)
fatal_error (input_location,
"could not unmap %<pch_address_space%> %m");
"could not unmap %<pch_address_space%>: %m");
if (ret)
{