added debug support constructors
[libfirm] / ir / tr / tpop_t.h
index ec11429..be3cc7a 100644 (file)
@@ -1,6 +1,8 @@
 
-# ifndef _IROP_T_H_
-# define _IROP_T_H_
+/* $Id$ */
+
+# ifndef _TPOP_T_H_
+# define _TPOP_T_H_
 
 # include <stddef.h>
 # include "tpop.h"
@@ -65,10 +67,10 @@ tp_op * new_tpop (tp_opcode code, ident *name, size_t attr_size);
  */
 void init_tpop (void);
 
-/****f* tpop/get_topo_attr_size
+/****f* tpop/get_tpop_attr_size
  *
  * NAME
- *   get_topo_attr_size - Returns the size of the attribute to this kind
+ *   get_tpop_attr_size - Returns the size of the attribute to this kind
  *   of type.
  * NOTE
  *   Internal feature.
@@ -83,4 +85,4 @@ void init_tpop (void);
  */
 int get_tpop_attr_size (tp_op *op);
 
-#endif /* _IROP_T_H_ */
+#endif /* _TPOP_T_H_ */