aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-06-12 19:01:08 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-12 19:01:08 +0000
commit6356f8928853bc14e841e5b4e990ce2508c38f26 (patch)
tree0f2925fe84100a624006d902c347d9fea822e422 /gcc/stmt.c
parent25f47a4c2358896aa2498b357a51166c0024d761 (diff)
downloadgcc-6356f8928853bc14e841e5b4e990ce2508c38f26.zip
gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.gz
gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.bz2
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions. * ChangeLog.2: Likewise. * c-decl.c: Likewise. * cfgloop.h: Likewise. * cgraph.c: Likewise. * coverage.c: Likewise. * cppcharset.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * dbxout.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * explow.c: Likewise. * gcov-io.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gengtype.c: Likewise. * ggc.h: Likewise. * opts.c: Likewise. * real.c: Likewise. * reload.c: Likewise. * stmt.c: Likewise. From-SVN: r67849
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 4561d72..1bf70f8 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -5592,7 +5592,7 @@ expand_end_case_type (orig_index, orig_type)
/* For constant index expressions we need only
issue an unconditional branch to the appropriate
target code. The job of removing any unreachable
- code is left to the optimisation phase if the
+ code is left to the optimization phase if the
"-O" option is specified. */
for (n = thiscase->data.case_stmt.case_list; n; n = n->right)
if (! tree_int_cst_lt (index_expr, n->low)