From 51dd24d7d05faef3ee43c44cd79aa699038182f4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 27 Nov 2004 22:29:34 +0000 Subject: * fold-const.c: Fix a comment typo. From-SVN: r91395 --- gcc/ChangeLog | 2 +- gcc/config/i386/linux64.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') 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 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 -- cgit v1.1