From 2b3d7abe98e792f956c9bff38eae4c3e8160254a Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 23 Sep 2008 14:32:23 +0000 Subject: [PATCH] Fix comment. [r22205] --- ir/be/ia32/ia32_address_mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/ia32_address_mode.c b/ir/be/ia32/ia32_address_mode.c index 9d4db4330..17c0d9ddf 100644 --- a/ir/be/ia32/ia32_address_mode.c +++ b/ir/be/ia32/ia32_address_mode.c @@ -441,7 +441,7 @@ static int value_last_used_here(ir_node *here, ir_node *value) /** * Walker: mark those nodes that cannot be part of an address mode because - * there value must be access through an register + * their value must be accessed through a register */ static void mark_non_address_nodes(ir_node *node, void *env) { -- 2.20.1