typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 14 Jun 2007 16:58:53 +0000 (16:58 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 14 Jun 2007 16:58:53 +0000 (16:58 +0000)
[r14505]

ir/be/betranshlp.c
ir/be/betranshlp.h

index 4acd479..d342f8a 100644 (file)
@@ -20,7 +20,7 @@
 /**
  * @file
  * @brief       be transform helper extracted from the ia32 backend.
- * @author      Michael Beck
+ * @author      Matthias Braun, Michael Beck
  * @date        14.06.2007
  * @version     $Id$
  */
index 4055880..0473d03 100644 (file)
@@ -41,7 +41,7 @@ typedef void (arch_pretrans_nodes)(void *arch_cg);
 typedef ir_node *(be_transform_func)(ir_node *node);
 
 /**
- * Returns an old (saved) anchor of the currently tranforming graph.
+ * Returns an old (saved) anchor of the currently transforming graph.
  */
 ir_node *be_get_old_anchor(unsigned anchor);