aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-09-21 12:51:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-21 12:51:56 +0000
commit838dfd8a4ef2572d4831643b01d70f78ba6e7747 (patch)
treef9f92f248e52e649957fe2bf5fc9b58a2f9423e2 /gcc/cp/optimize.c
parent42cd531a93f8698c46118016981e654256ac8398 (diff)
downloadgcc-838dfd8a4ef2572d4831643b01d70f78ba6e7747.zip
gcc-838dfd8a4ef2572d4831643b01d70f78ba6e7747.tar.gz
gcc-838dfd8a4ef2572d4831643b01d70f78ba6e7747.tar.bz2
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions. * ChangeLog.2: Likewise. * call.c: Likewise. * class.c: Likewise. * cp-tree.h: Likewise. * cvt.c: Likewise. * decl.c: Likewise. * decl2.c: Likewise. * except.c: Likewise. * friend.c: Likewise. * g++spec.c: Likewise. * init.c: Likewise. * lex.c: Likewise. * mangle.c: Likewise. * method.c: Likewise. * operators.def: Likewise. * optimize.c: Likewise. * pt.c: Likewise. * rtti.c: Likewise. * search.c: Likewise. * semantics.c: Likewise. * spew.c: Likewise. * tree.c: Likewise. * typeck.c: Likewise. From-SVN: r57387
Diffstat (limited to 'gcc/cp/optimize.c')
-rw-r--r--gcc/cp/optimize.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c
index 15a9ea6..0910bef 100644
--- a/gcc/cp/optimize.c
+++ b/gcc/cp/optimize.c
@@ -93,9 +93,9 @@ calls_setjmp_r (tp, walk_subtrees, data)
return setjmp_call_p (*tp) ? *tp : NULL_TREE;
}
-/* Returns non-zero if FN calls `setjmp' or some other function that
+/* Returns nonzero if FN calls `setjmp' or some other function that
can return more than once. This function is conservative; it may
- occasionally return a non-zero value even when FN does not actually
+ occasionally return a nonzero value even when FN does not actually
call `setjmp'. */
int
@@ -133,7 +133,7 @@ update_cloned_parm (parm, cloned_parm)
}
/* FN is a function that has a complete body. Clone the body as
- necessary. Returns non-zero if there's no longer any need to
+ necessary. Returns nonzero if there's no longer any need to
process the main body. */
int