From 2e226e6699bdcf161e3738641490ca18b12faefa Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 22 Dec 2006 01:19:39 +0000 Subject: cgraphunit.c, [...]: Fix comment typos. * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c, output.h, toplev.c, tree-affine.h, tree-flow.h, tree-ssa-alias.c, tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-live.h, tree-ssa-operands.c, tree-ssa-ter.c, tree-vrp.c, varpool.c: Fix comment typos. From-SVN: r120137 --- gcc/cse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cse.c') diff --git a/gcc/cse.c b/gcc/cse.c index a79ece128d1..549570b09c3 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -5791,7 +5791,7 @@ cse_process_notes (rtx x, rtx object) Otherwise, DATA->path is filled and the function returns TRUE indicating that a path to follow was found. - If FOLLOW_JUMPS is false, the maximum path lenghth is 1 and the only + If FOLLOW_JUMPS is false, the maximum path length is 1 and the only block in the path will be FIRST_BB. */ static bool @@ -6248,7 +6248,7 @@ cse_main (rtx f ATTRIBUTE_UNUSED, int nregs) if (ebb_data.nsets == 0) continue; - /* Get a reasonable extimate for the maximum number of qty's + /* Get a reasonable estimate for the maximum number of qty's needed for this path. For this, we take the number of sets and multiply that by MAX_RECOG_OPERANDS. */ max_qty = ebb_data.nsets * MAX_RECOG_OPERANDS; -- cgit v1.2.1