aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fp-bit.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-15 04:00:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-15 04:00:48 +0000
commit0b4be7de750a66978f2244f4f2b0d9f385af192e (patch)
tree54c1715cf0f53ebc910e880eaed5a6ff8cfaae4a /gcc/config/fp-bit.c
parentb2a67e419cf2a05ec160585e4d2945dd479de8df (diff)
downloadgcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.zip
gcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.tar.gz
gcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.tar.bz2
install.texi: Follow spelling conventions.
* doc/install.texi: Follow spelling conventions. * doc/tm.texi: Likewise. * config/fp-bit.c: Likewise. * config/arm/arm.c: Likewise. * config/frv/frv.c: Likewise. * config/ns32k/NOTES: Likewise. * config/ns32k/STATUS: Likewise. From-SVN: r67962
Diffstat (limited to 'gcc/config/fp-bit.c')
-rw-r--r--gcc/config/fp-bit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c
index b8ac298..6640f7a 100644
--- a/gcc/config/fp-bit.c
+++ b/gcc/config/fp-bit.c
@@ -371,7 +371,7 @@ pack_d ( fp_number_type * src)
if (low >= ((halffractype)1 << HALFFRACBITS))
/* We don't shift left, since it has just become the
smallest normal number, whose implicit 1 bit is
- now indicated by the non-zero exponent. */
+ now indicated by the nonzero exponent. */
exp++;
}
}