Fix comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 23 Sep 2008 14:32:23 +0000 (14:32 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 23 Sep 2008 14:32:23 +0000 (14:32 +0000)
[r22205]

ir/be/ia32/ia32_address_mode.c

index 9d4db43..17c0d9d 100644 (file)
@@ -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)
 {