From c31fb425536dbb9f6df5cb9d3ce26bff6189d389 Mon Sep 17 00:00:00 2001 From: mrs Date: Sun, 21 Jul 2013 18:04:43 +0000 Subject: Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201108 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-ssa-threadedge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-threadedge.c') diff --git a/gcc/tree-ssa-threadedge.c b/gcc/tree-ssa-threadedge.c index b31e96159ab..357b6712a75 100644 --- a/gcc/tree-ssa-threadedge.c +++ b/gcc/tree-ssa-threadedge.c @@ -585,7 +585,7 @@ cond_arg_set_in_bb (edge e, basic_block bb) gimple last = last_stmt (e->dest); /* E->dest does not have to end with a control transferring - instruction. This can occurr when we try to extend a jump + instruction. This can occur when we try to extend a jump threading opportunity deeper into the CFG. In that case it is safe for this check to return false. */ if (!last) -- cgit v1.2.1