From 7f6ea5529057ae93d883f0699b94fdf222dc04a3 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 6 May 2005 13:37:54 +0000 Subject: [PATCH] typo fixed [r5786] --- ir/ana/field_temperature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ana/field_temperature.c b/ir/ana/field_temperature.c index 2d7469ac5..c4f122acb 100644 --- a/ir/ana/field_temperature.c +++ b/ir/ana/field_temperature.c @@ -82,7 +82,7 @@ int get_weighted_loop_depth(ir_node *n) { static int default_recursion_weight = 5; /* The final evaluation of a node. In this function we can - adapt the heuristic. Combine execution freqency with + adapt the heuristic. Combine execution frequency with recursion depth. @@@ the second version of the heuristic. */ double get_irn_final_cost(ir_node *n) { -- 2.20.1