aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-09-01 20:13:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-09-01 20:13:45 +0000
commit15dc95cbcc21b31f3b5ae50d6172db3c4f4894b1 (patch)
tree45757e42a145a2d8be0144b7e44a0c40f3c59cdf /gcc/tree.def
parent8785d88cf18403b3f36973820c42ab4990c7a4c5 (diff)
downloadgcc-15dc95cbcc21b31f3b5ae50d6172db3c4f4894b1.zip
gcc-15dc95cbcc21b31f3b5ae50d6172db3c4f4894b1.tar.gz
gcc-15dc95cbcc21b31f3b5ae50d6172db3c4f4894b1.tar.bz2
arm.c, [...]: Fix comment typos.
* config/arm/arm.c, config/rs6000/ppu_intrinsics.h, config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c, ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c, sched-deps.c, sched-int.h, system.h, target.h, tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c, tree.def: Fix comment typos. From-SVN: r128016
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index ea8449b..b9c2be1 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -1017,7 +1017,7 @@ DEFTREECODE (OMP_FOR, "omp_for", tcc_statement, 6)
which of the sections to execute. */
DEFTREECODE (OMP_SECTIONS, "omp_sections", tcc_statement, 3)
-/* This tree immediatelly follows OMP_SECTIONS, and represents the switch
+/* This tree immediately follows OMP_SECTIONS, and represents the switch
used to decide which branch is taken. */
DEFTREECODE (OMP_SECTIONS_SWITCH, "omp_sections_switch", tcc_statement, 0)