Use foreach_set() instead of reimplementing it.
[libfirm] / ir / be / beflags.h
index c0ce0fc..a7af4fd 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief       modifies schedule so flags dependencies are respected.
  * @author      Matthias Braun, Christoph Mallon
- * @version     $Id: besched.h 14693 2007-06-21 15:35:49Z beck $
  */
 #ifndef FIRM_BE_BEFLAGS_H
 #define FIRM_BE_BEFLAGS_H
@@ -35,7 +34,7 @@
 typedef ir_node * (*func_rematerialize) (ir_node *node, ir_node *after);
 
 /**
- * Callback function that checks wether a node modifies the flags
+ * Callback function that checks whether a node modifies the flags
  */
 typedef bool (*check_modifies_flags) (const ir_node *node);