ggc-zone.c: Follow spelling conventions.
authorKazu Hirata <kazu@gcc.gnu.org>
Sat, 13 Dec 2003 00:23:51 +0000 (00:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 13 Dec 2003 00:23:51 +0000 (00:23 +0000)
* ggc-zone.c: Follow spelling conventions.
* config/rs6000/rs6000.c: Likewise.
* pt.c: Likewise.
* semantics.c: Likewise.
* objc/objc-act.c: Likewise.

From-SVN: r74590

gcc/config/rs6000/rs6000.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/ggc-zone.c
gcc/objc/objc-act.c

index 647469f6ef735e6bc1eaa86ff552f964f2e38e96..35e9f5541b3994005e4e384595dfad38d4f59b5c 100644 (file)
@@ -13667,7 +13667,7 @@ is_microcoded_insn (rtx insn)
   return false;
 }
 
-/* The function returns a non-zero value if INSN can be scheduled only
+/* The function returns a nonzero value if INSN can be scheduled only
    as the first insn in a dispatch group ("dispatch-slot restricted").
    In this case, the returned value indicates how many dispatch slots
    the insn occupies (at the beginning of the group).
index 33c2589fdf1f02a54710b181cfc0e14c7814493a..cd293b9fab6087574573d792705c44a3f2971e38 100644 (file)
@@ -922,7 +922,7 @@ is_specialization_of_friend (tree decl, tree friend)
        };
 
      For this type of template friend, TEMPLATE_DEPTH below will be
-     non-zero.  To determine if DECL is a friend of FRIEND, we first
+     nonzero.  To determine if DECL is a friend of FRIEND, we first
      check if the enclosing class is a specialization of another.  */
 
   template_depth = template_class_depth (DECL_CONTEXT (friend));
index 8039ca78368c0e6ec08b48a68da75b17f4201b3f..574c9b0ebbbe8835520fb28eafe50d34ec3f535c 100644 (file)
@@ -1263,7 +1263,7 @@ finish_non_static_data_member (tree decl, tree object, tree qualifying_scope)
            }
        }
 
-      /* If PROCESSING_TEMPLATE_DECL is non-zero here, then
+      /* If PROCESSING_TEMPLATE_DECL is nonzero here, then
         QUALIFYING_SCOPE is also non-null.  Wrap this in a SCOPE_REF
         for now.  */
       if (processing_template_decl)
index 4aee63852b2b4bbcb9bf88fefb23aa42b28afa3a..ced786bd23576234165cc247b24b14990dd99112 100644 (file)
@@ -268,7 +268,7 @@ typedef struct page_entry
 #endif
 
   /* Number of bytes on the page unallocated.  Only used during
-     collection, and even then large pages merely set this non-zero.  */
+     collection, and even then large pages merely set this nonzero.  */
   size_t bytes_free;
 
   /* Context depth of this page.  */
index ad2b69a9f56efe2d2a703affad33c269e8913b5e..c552bada9ded68b672e4ca4c8b5349f4058b1808 100644 (file)
@@ -5654,7 +5654,7 @@ build_message_expr (tree mess)
 
 /* Look up method SEL_NAME that would be suitable for receiver
    of type 'id' (if IS_CLASS is zero) or 'Class' (if IS_CLASS is
-   non-zero), and report on any duplicates.  */
+   nonzero), and report on any duplicates.  */
 
 static tree
 lookup_method_in_hash_lists (tree sel_name, int is_class)