hard-reg-set.h: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 16 Nov 2002 17:52:53 +0000 (17:52 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 16 Nov 2002 17:52:53 +0000 (17:52 +0000)
* hard-reg-set.h: Follow spelling conventions.
* real.c: Likewise.
* target.h: Likewise.

From-SVN: r59173

gcc/ChangeLog
gcc/hard-reg-set.h
gcc/real.c
gcc/target.h

index 4938131fa19324c17f52c98cf10db836801cb851..2a80b557b5e6f9873fb521977d9db3886f4e7e0d 100644 (file)
@@ -1,3 +1,9 @@
+2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * hard-reg-set.h: Follow spelling conventions.
+       * real.c: Likewise.
+       * target.h: Likewise.
+
 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
 
        * config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.
index 712a26791f31fa52969593d91b2774375050a3b7..0574738fbe5fffc7b94cd0147618aada54d14049 100644 (file)
@@ -488,7 +488,7 @@ extern int n_non_fixed_regs;
 
 extern const char * reg_names[FIRST_PSEUDO_REGISTER];
 
-/* Given a hard REGN a FROM mode and a TO mode, return non-zero if
+/* Given a hard REGN a FROM mode and a TO mode, return nonzero if
    REGN cannot change modes between the specified modes.  */
 #define REG_CANNOT_CHANGE_MODE_P(REGN, FROM, TO)                          \
         (TEST_HARD_REG_BIT                                                \
index 33f8459804602bfb2e271759507551033f4caf81..3bf46370bbbec172857a460486c722f1374add5c 100644 (file)
@@ -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.  */
index 44e64a9903ac599e8fc3224d2671c0bea368c912..161c3dd02d7355a5e208ee58900670903e468127 100644 (file)
@@ -123,7 +123,7 @@ struct gcc_target
     /* Output the assembler code for a thunk function.  THUNK_DECL is the
        declaration for the thunk function itself, FUNCTION is the decl for
        the target function.  DELTA is an immediate constant offset to be
-       added to THIS.  If VCALL_OFFSET is non-zero, the word at
+       added to THIS.  If VCALL_OFFSET is nonzero, the word at
        *(*this + vcall_offset) should be added to THIS.  */
     void (* output_mi_thunk) PARAMS ((FILE *file, tree thunk_decl,
                                      HOST_WIDE_INT delta,