OSDN Git Service

* config/host-solaris.c (sol_gt_pch_use_address): Add
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Mar 2004 11:22:14 +0000 (11:22 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Mar 2004 11:22:14 +0000 (11:22 +0000)
missing terminating marker to comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79317 138bc75d-0d04-0410-961f-82ee72b054a4

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

index bcd727c..57e523e 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 43efc5c..4fa7a5b 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();