From 0b4be7de750a66978f2244f4f2b0d9f385af192e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 15 Jun 2003 04:00:48 +0000 Subject: 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 --- gcc/config/fp-bit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/fp-bit.c') 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++; } } -- cgit v1.1