diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/i386/linux64.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 464cc57..9c26567 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -9,7 +9,7 @@ * bb-reorder.c (find_traces_1_round): Speed up by using EDGE_COUNT instead of FOR_EACH_EDGE. - * fold-const.c: Fix a comment typo. + * fold-const.c, config/i386/linux64.h: Fix comment typos. 2004-11-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h index bb8ca09..156640d 100644 --- a/gcc/config/i386/linux64.h +++ b/gcc/config/i386/linux64.h @@ -71,5 +71,5 @@ Boston, MA 02111-1307, USA. */ #define MD_UNWIND_SUPPORT "config/i386/linux-unwind.h" -/* This macro may be overriden in i386/k*bsd-gnu.h */ +/* This macro may be overridden in i386/k*bsd-gnu.h. */ #define REG_NAME(reg) reg |