Fixed some typos.
[libfirm] / ir / ir / irverify_t.h
index 0a36583..a7c216d 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief    New checker of irnodes for correctness.
  * @author   Michael Beck
- * @version  $Id$
  */
 #ifndef FIRM_IR_IRVERIFY_T_H
 #define FIRM_IR_IRVERIFY_T_H
@@ -80,8 +79,8 @@ do { \
 #endif
 
 /**
- * Set the default verify_node and verify_proj_node operation for an ir_op_ops.
+ * Set the default verify_node and verify_proj_node operations.
  */
-void firm_set_default_verifier(unsigned code, ir_op_ops *ops);
+void ir_register_verify_node_ops(void);
 
 #endif