diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-07-02 00:51:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-07-02 00:51:01 +0000 |
commit | f6fe65dc61754f3dc25a8757a1955b61e6374f51 (patch) | |
tree | ae5103fbd5f2fe5bcbda71439d0de821a65ead6f /gcc/tree-ssa-dom.c | |
parent | f16ee2a09a939e126594865c4bf7f0c9df5785db (diff) | |
download | gcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.zip gcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.tar.gz gcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.tar.bz2 |
ifcvt.c, [...]: Fix comment typos.
* ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c,
tree-ssa-copy.c, tree-ssa-dom.c, tree-ssa-pre.c: Fix comment
typos.
From-SVN: r84008
Diffstat (limited to 'gcc/tree-ssa-dom.c')
-rw-r--r-- | gcc/tree-ssa-dom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 36b513b..4975997 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -96,7 +96,7 @@ static bitmap nonzero_vars; static bool cfg_altered; /* Bitmap of blocks that have had EH statements cleaned. We should - remove thier dead edges eventually. */ + remove their dead edges eventually. */ static bitmap need_eh_cleanup; /* Statistics for dominator optimizations. */ |