missing terminating marker to comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79317
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
/* 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();