diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-03-11 12:22:14 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-03-11 11:22:14 +0000 |
commit | d1704a353c9bd1c3945c340632694de3252df338 (patch) | |
tree | 3078d87ab03e87abb6f9f3b61a9975384a6e353f | |
parent | b7c34954fe326ceb8d94db9839cc14271741295f (diff) | |
download | gcc-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/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/host-solaris.c | 2 |
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(); |