aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-05-28 17:46:46 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-05-28 17:46:46 +0000
commit6fc0bb99a7d0fcedd1b345da14d4dd16926b5458 (patch)
treebfad2d717d3d9605e8fb4c3cba410dc93fdf4df4 /gcc/cfgexpand.c
parent8967e0295db5621216719a0ea9723774fba31977 (diff)
downloadgcc-6fc0bb99a7d0fcedd1b345da14d4dd16926b5458.zip
gcc-6fc0bb99a7d0fcedd1b345da14d4dd16926b5458.tar.gz
gcc-6fc0bb99a7d0fcedd1b345da14d4dd16926b5458.tar.bz2
cfgcleanup.c, [...]: Fix comment typos.
* cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c, config/fr30/fr30.md, config/i386/i386-interix.h, config/i386/i386.c, config/i386/i386.md, config/sh/superh.h, config/sh/superh64.h, config/v850/v850.c, df-core.c, df-problems.c, df.h, except.c, final.c, haifa-sched.c, lambda-code.c, libgcc2.h, omp-low.c, optabs.c, predict.c, reload.c, tree-flow.h, tree-outof-ssa.c, tree-ssa-dce.c, tree-ssa-pre.c, tree-vect-transform.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix typos. Follow spelling conventions. From-SVN: r114168
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r--gcc/cfgexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index 4822ed8..941cdad 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -764,7 +764,7 @@ expand_used_vars_for_block (tree block, bool toplevel)
expand_used_vars_for_block (t, false);
/* Since we do not track exact variable lifetimes (which is not even
- possible for varibles whose address escapes), we mirror the block
+ possible for variables whose address escapes), we mirror the block
tree in the interference graph. Here we cause all variables at this
level, and all sublevels, to conflict. Do make certain that a
variable conflicts with itself. */