From: Christoph Mallon Date: Tue, 23 Sep 2008 14:32:23 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2b3d7abe98e792f956c9bff38eae4c3e8160254a;p=libfirm Fix comment. [r22205] --- 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) {