From 00f7108583252079e2d2b8e24c520ae3e0ec74cc Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 18 Jan 2007 12:45:10 +0000 Subject: [PATCH] typo fixed [r8540] --- ir/ana/field_temperature.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ana/field_temperature.h b/ir/ana/field_temperature.h index 43a130454..9c830976a 100644 --- a/ir/ana/field_temperature.h +++ b/ir/ana/field_temperature.h @@ -6,7 +6,7 @@ * Modified by: * Created: 21.7.2004 * CVS-ID: $Id$ - * Copyright: (c) 2004 Universität Karlsruhe + * Copyright: (c) 2004-2007 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ @@ -48,7 +48,7 @@ int get_irn_cfloop_depth(ir_node *n); int get_irn_recursion_depth(ir_node *n); /** Get the weighted interprocedural loop depth of the node. - The depth is estimated by a heuristic. The heuristic consideres + The depth is estimated by a heuristic. The heuristic considers loop and recursion depth. */ int get_weighted_loop_depth(ir_node *n); -- 2.20.1