diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-15 22:48:06 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-15 22:48:06 +0000 |
commit | 7800959d242076fdcbf694e75ac731ba8b61ee0d (patch) | |
tree | 28007d4004633363bcf80433f7aa22989ce61c32 /gcc/ginclude | |
parent | 55a802aea9950d1b6144d5526d1a776cd1f79119 (diff) | |
download | gcc-7800959d242076fdcbf694e75ac731ba8b61ee0d.tar.gz |
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.6: Likewise.
* config.gcc: Likewise.
* dwarfout.c: Likewise.
* reload1.c: Likewise.
* simplify-rtx.c: Likewise.
* unwind-sjlj.c: Likewise.
* config/avr/avr.h: Likewise.
* config/d30v/d30v.h: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.h: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/m88k/m88k-move.sh: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/stormy16/stormy16.h: Likewise.
* doc/extend.texi: Likewise.
* doc/interface.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/tm.texi: Likewise.
* doc/trouble.texi: Likewise.
* ginclude/float.h: Likewise.
* treelang/treelang.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57179 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ginclude')
-rw-r--r-- | gcc/ginclude/float.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/float.h b/gcc/ginclude/float.h index 2f517f1d79a..f501a8abe93 100644 --- a/gcc/ginclude/float.h +++ b/gcc/ginclude/float.h @@ -57,7 +57,7 @@ Boston, MA 02111-1307, USA. */ #define DBL_DIG __DBL_DIG__ #define LDBL_DIG __LDBL_DIG__ -/* Minimum int x such that FLT_RADIX**(x-1) is a normalised float, emin */ +/* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */ #undef FLT_MIN_EXP #undef DBL_MIN_EXP #undef LDBL_MIN_EXP |