host-solaris.c (sol_gt_pch_use_address): Add missing terminating marker to comment.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 11 Mar 2004 11:22:14 +0000 (12:22 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 11 Mar 2004 11:22:14 +0000 (11:22 +0000)
* config/host-solaris.c (sol_gt_pch_use_address): Add
missing terminating marker to comment.

From-SVN: r79317

gcc/ChangeLog
gcc/config/host-solaris.c

index bcd727c42254db74246447a2f9f4a131d94e3dd7..57e523efcf7b2b4add1eb03e5d8ca79d784f9c5f 100644 (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.
index 43efc5c23e92333fb47e1c2f8c2c85d6cbfaa355..4fa7a5b1ad00d503164f4b69c2e81ea56f966f4e 100644 (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();