From 476c5eb60eb1046af8609079235c2f6db25365f4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 16 Nov 2002 17:52:53 +0000 Subject: hard-reg-set.h: Follow spelling conventions. * hard-reg-set.h: Follow spelling conventions. * real.c: Likewise. * target.h: Likewise. From-SVN: r59173 --- gcc/real.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/real.c') diff --git a/gcc/real.c b/gcc/real.c index 33f8459..3bf4637 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -410,7 +410,7 @@ cmp_significands (a, b) return 0; } -/* Return true if A is non-zero. */ +/* Return true if A is nonzero. */ static inline int cmp_significand_0 (a) @@ -1675,8 +1675,8 @@ real_to_decimal (str, r_orig, buf_size, digits, crop_trailing_zeros) /* Round the result. */ if (digit == 5) { - /* Round to nearest. If R is non-zero there are additional - non-zero digits to be extracted. */ + /* Round to nearest. If R is nonzero there are additional + nonzero digits to be extracted. */ if (cmp_significand_0 (&r)) digit++; /* Round to even. */ -- cgit v1.1