[patch] Follow spelling conventions.

Kazu Hirata kazu@cs.umass.edu
Sat Dec 13 00:25:00 GMT 2003


Hi,

Committed as obvious without a ChangeLog entry. (See
http://sources.redhat.com/ml/binutils/2003-10/msg00667.html.)

Kazu Hirata

Index: ggc-zone.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ggc-zone.c,v
retrieving revision 2.6
diff -u -r2.6 ggc-zone.c
--- ggc-zone.c	1 Dec 2003 22:59:29 -0000	2.6
+++ ggc-zone.c	13 Dec 2003 00:20:47 -0000
@@ -268,7 +268,7 @@
 #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: config/rs6000/rs6000.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.555
diff -u -r1.555 rs6000.c
--- config/rs6000/rs6000.c	9 Dec 2003 01:57:45 -0000	1.555
+++ config/rs6000/rs6000.c	13 Dec 2003 00:20:55 -0000
@@ -13667,7 +13667,7 @@
   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: cp/pt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/pt.c,v
retrieving revision 1.799
diff -u -r1.799 pt.c
--- cp/pt.c	2 Dec 2003 15:46:51 -0000	1.799
+++ cp/pt.c	13 Dec 2003 00:21:01 -0000
@@ -922,7 +922,7 @@
        };
 
      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: cp/semantics.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/semantics.c,v
retrieving revision 1.375
diff -u -r1.375 semantics.c
--- cp/semantics.c	12 Dec 2003 18:22:22 -0000	1.375
+++ cp/semantics.c	13 Dec 2003 00:21:02 -0000
@@ -1263,7 +1263,7 @@
 	    }
 	}
 
-      /* 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: objc/objc-act.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/objc/objc-act.c,v
retrieving revision 1.201
diff -u -r1.201 objc-act.c
--- objc/objc-act.c	15 Oct 2003 00:10:27 -0000	1.201
+++ objc/objc-act.c	13 Dec 2003 00:21:06 -0000
@@ -5654,7 +5654,7 @@
 
 /* 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)



More information about the Gcc-patches mailing list