diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-05 15:24:15 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-05 15:24:15 +0000 |
| commit | 912757687975fdabbb85e7f10a96a136347aa43a (patch) | |
| tree | db2d4b4b49c75785725db3dc511e5abdabfec0c9 /gcc/c-common.c | |
| parent | 690a81bd5f175cc0e0d0e63f3228703fd3623e10 (diff) | |
| download | ppe42-gcc-912757687975fdabbb85e7f10a96a136347aa43a.tar.gz ppe42-gcc-912757687975fdabbb85e7f10a96a136347aa43a.zip | |
* c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
et-forest.c, expr.c, gimplify.c, global.c, gthr-lynx.h,
hard-reg-set.h, modulo-sched.c, optabs.c, postreload-gcse.c,
tree-data-ref.c, tree-flow.h, tree-if-conv.c, tree-inline.c,
tree-sra.c, tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c,
tree-ssa-loop-niter.c, tree-ssa-operands.c,
tree-ssa-operands.h, tree-ssa-propagate.c,
tree-ssa-propagate.h, tree-ssa-threadupdate.c, value-prof.c,
vec.c, vec.h: Fix comment typos. Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87104 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.c')
| -rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 1a105701eb0..95116cd75ae 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1444,7 +1444,7 @@ check_case_value (tree value) type (ie. before the default conversion to int) of the switch testing expression. TYPE is the promoted type of the testing expression, and ORIG_TYPE is - the type before promiting it. CASE_LOW_P is a pointer to the lower + the type before promoting it. CASE_LOW_P is a pointer to the lower bound of the case label, and CASE_HIGH_P is the upper bound or NULL if the case is not a case range. The caller has to make sure that we are not called with NULL for |

