diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-13 00:23:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-13 00:23:51 +0000 |
commit | e324a77367020e13802b462ac82d74e403cb720d (patch) | |
tree | 816a4ce1a5b4e54f3860d8775d52a63f0db6d389 | |
parent | f037876174596c7d79d7619e9561705c91011458 (diff) | |
download | gcc-e324a77367020e13802b462ac82d74e403cb720d.tar.gz |
* ggc-zone.c: Follow spelling conventions.
* config/rs6000/rs6000.c: Likewise.
* pt.c: Likewise.
* semantics.c: Likewise.
* objc/objc-act.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74590 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 2 | ||||
-rw-r--r-- | gcc/cp/pt.c | 2 | ||||
-rw-r--r-- | gcc/cp/semantics.c | 2 | ||||
-rw-r--r-- | gcc/ggc-zone.c | 2 | ||||
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 647469f6ef7..35e9f5541b3 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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). diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 33c2589fdf1..cd293b9fab6 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -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)); diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 8039ca78368..574c9b0ebbb 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -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) diff --git a/gcc/ggc-zone.c b/gcc/ggc-zone.c index 4aee63852b2..ced786bd235 100644 --- a/gcc/ggc-zone.c +++ b/gcc/ggc-zone.c @@ -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. */ diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index ad2b69a9f56..c552bada9de 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -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) |