typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 1 Jun 2006 16:29:50 +0000 (16:29 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 1 Jun 2006 16:29:50 +0000 (16:29 +0000)
[r7856]

ir/common/irtools.h

index 1b40da6..32b9293 100644 (file)
@@ -65,7 +65,7 @@ void copy_irn_to_irg(ir_node *n, ir_graph *irg);
 
 /**
  * Creates an exact copy of a node.
- * The copy resists on the sane graph in the same block.
+ * The copy resists on the same graph in the same block.
  *
  * @param n   the node to copy
  *