aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2004-03-11 12:22:14 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2004-03-11 11:22:14 +0000
commitd1704a353c9bd1c3945c340632694de3252df338 (patch)
tree3078d87ab03e87abb6f9f3b61a9975384a6e353f
parentb7c34954fe326ceb8d94db9839cc14271741295f (diff)
downloadgcc-d1704a353c9bd1c3945c340632694de3252df338.zip
gcc-d1704a353c9bd1c3945c340632694de3252df338.tar.gz
gcc-d1704a353c9bd1c3945c340632694de3252df338.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/host-solaris.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bcd727c..57e523e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/host-solaris.c b/gcc/config/host-solaris.c
index 43efc5c..4fa7a5b 100644
--- a/gcc/config/host-solaris.c
+++ b/gcc/config/host-solaris.c
@@ -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();