From f6fe65dc61754f3dc25a8757a1955b61e6374f51 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 2 Jul 2004 00:51:01 +0000 Subject: 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 --- gcc/tree-ssa-dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-dom.c') 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. */ -- cgit v1.1