From f3b569ca7e724b2fc9b8393af5ede3ab9e8a46ea Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 9 Apr 2005 16:43:43 +0000 Subject: dominance.c, [...]: Fix comment typos. * dominance.c, gthr-win32.h, reg-stack.c, tree-ssa-copy.c, tree-ssa-operands.c, tree-ssa.c, tree-vrp.c, varasm.c, config/alpha/alpha.c, config/arm/arm.c, config/m32r/m32r.h, config/rs6000/predicates.md: Fix comment typos. From-SVN: r97904 --- gcc/tree-ssa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa.c') diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index 93b5480..c152f82 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -261,7 +261,7 @@ verify_use (basic_block bb, basic_block def_bb, use_operand_p use_p, } /* Make sure the use is in an appropriate list by checking the previous - element to make sure its the same. */ + element to make sure it's the same. */ if (use_p->prev == NULL) { error ("No immediate_use list"); -- cgit v1.1