From 569b7f6adb641fe57a10c76514bf670f5f479648 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 1 Aug 2005 03:55:03 +0000 Subject: dwarf2out.c, [...]: Fix comment typos. * dwarf2out.c, fold-const.c, ipa-type-escape.c, loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c, tree-sra.c, config/arm/arm.c, config/crx/crx.c, config/i386/i386.c, config/mips/mips.h, config/rs6000/rs6000.h, config/sh/sh.c, config/stormy16/stormy16.c: Fix comment typos. From-SVN: r102620 --- gcc/predict.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/predict.def') diff --git a/gcc/predict.def b/gcc/predict.def index a6fcb73..997f4d2 100644 --- a/gcc/predict.def +++ b/gcc/predict.def @@ -41,7 +41,7 @@ DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0) /* An outcome estimated by Dempster-Shaffer theory. */ DEF_PREDICTOR (PRED_DS_THEORY, "DS theory", PROB_ALWAYS, 0) -/* An combined heuristics using probability determined by first +/* A combined heuristics using probability determined by first matching heuristics from this list. */ DEF_PREDICTOR (PRED_FIRST_MATCH, "first match", PROB_ALWAYS, 0) -- cgit v1.1