diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-12 19:01:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-12 19:01:08 +0000 |
commit | 6356f8928853bc14e841e5b4e990ce2508c38f26 (patch) | |
tree | 0f2925fe84100a624006d902c347d9fea822e422 /gcc/real.c | |
parent | 25f47a4c2358896aa2498b357a51166c0024d761 (diff) | |
download | gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.gz |
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions.
* ChangeLog.2: Likewise.
* c-decl.c: Likewise.
* cfgloop.h: Likewise.
* cgraph.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpphash.h: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* df.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* explow.c: Likewise.
* gcov-io.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gengtype.c: Likewise.
* ggc.h: Likewise.
* opts.c: Likewise.
* real.c: Likewise.
* reload.c: Likewise.
* stmt.c: Likewise.
From-SVN: r67849
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/real.c b/gcc/real.c index 4a4b04012ce..4e1dc227f12 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -2281,7 +2281,7 @@ real_nan (r, str, quiet, mode) } /* Fills R with the largest finite value representable in mode MODE. - If SIGN is non-zero, R is set to the most negative finite value. */ + If SIGN is nonzero, R is set to the most negative finite value. */ void real_maxval (r, sign, mode) @@ -3033,7 +3033,7 @@ const struct real_format mips_double_format = /* IEEE extended double precision format. This comes in three - flavours: Intel's as a 12 byte image, Intel's as a 16 byte image, + flavors: Intel's as a 12 byte image, Intel's as a 16 byte image, and Motorola's. */ static void encode_ieee_extended PARAMS ((const struct real_format *fmt, |