From d4a9b3a336b30a8315315768f91b73680afb35f7 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 20 Sep 2004 11:17:22 +0000 Subject: cfg.c, [...]: Fix comment typos. * cfg.c, tree-ssa-threadupdate.c, tree-vectorizer.c: Fix comment typos. From-SVN: r87753 --- gcc/cfg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cfg.c') diff --git a/gcc/cfg.c b/gcc/cfg.c index b5d28c3..c8f1de5 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -891,11 +891,11 @@ brief_dump_cfg (FILE *file) /* An edge originally destinating BB of FREQUENCY and COUNT has been proved to leave the block by TAKEN_EDGE. Update profile of BB such that edge E can be - redirected to destiantion of TAKEN_EDGE. + redirected to destination of TAKEN_EDGE. This function may leave the profile inconsistent in the case TAKEN_EDGE frequency or count is believed to be lower than FREQUENCY or COUNT - respectivly. */ + respectively. */ void update_bb_profile_for_threading (basic_block bb, int edge_frequency, gcov_type count, edge taken_edge) -- cgit v1.1