host-solaris.c (sol_gt_pch_use_address): Add missing terminating marker to comment.

* config/host-solaris.c (sol_gt_pch_use_address): Add
	missing terminating marker to comment.

From-SVN: r79317
This commit is contained in:
Eric Botcazou 2004-03-11 12:22:14 +01:00 committed by Eric Botcazou
parent b7c34954fe
commit d1704a353c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-03-11 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/host-solaris.c (sol_gt_pch_use_address): Add
missing terminating marker to comment.
2004-03-11 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md: Use move_operand in splitters for 64-bit moves.

View File

@ -48,7 +48,7 @@ sol_gt_pch_use_address (void *base, size_t size, int fd, size_t offset)
/* Solaris isn't good about honoring the mmap START parameter
without MAP_FIXED set. Before we give up, search the desired
address space with mincore to see if the space is really free.
address space with mincore to see if the space is really free. */
if (addr != base)
{
size_t page_size = getpagesize();