From: Eric Botcazou Date: Thu, 11 Mar 2004 11:22:14 +0000 (+0100) Subject: host-solaris.c (sol_gt_pch_use_address): Add missing terminating marker to comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1704a353c9bd1c3945c340632694de3252df338;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bcd727c4225..57e523efcf7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-03-11 Eric Botcazou + + * config/host-solaris.c (sol_gt_pch_use_address): Add + missing terminating marker to comment. + 2004-03-11 Richard Sandiford * 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 43efc5c23e9..4fa7a5b1ad0 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();