From fe24f25603ae083e03b81172aa716a0bf095e981 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 6 Apr 2005 17:05:08 +0000 Subject: * cse.c, tree-flow-inline.h, tree-flow.h, tree-ssa-operands.c, tree-ssa-sink.c, tree.h, config/bfin/bfin.c, config/bfin/bfin.h: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97730 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-ssa-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-sink.c') diff --git a/gcc/tree-ssa-sink.c b/gcc/tree-ssa-sink.c index af72e17ae98..c8785de9e17 100644 --- a/gcc/tree-ssa-sink.c +++ b/gcc/tree-ssa-sink.c @@ -79,7 +79,7 @@ static struct } sink_stats; -/* Given a PHI, and one of it's arguments (DEF), find the edge for +/* Given a PHI, and one of its arguments (DEF), find the edge for that argument and return it. If the argument occurs twice in the PHI node, we return NULL. */ -- cgit v1.2.1