we can do without the odd align.h
[libfirm] / ir / ana / irloop_t.h
index d66bc0a..a099cd7 100644 (file)
@@ -44,7 +44,7 @@ typedef enum loop_flags {
        loop_end_false     = 0x00000020,  /**< this loop end can't be computed "from compute_loop_info.c" */
        do_loop            = 0x00000040,  /**< this is a do loop */
        once               = 0x00000080,  /**< this is a do loop, with a false condition. It iterate exactly once. */
-       loop_outer_loop    = 0x00000100   /**< id set, this loop has child loops (is a no leaf). */
+       loop_outer_loop    = 0x00000100   /**< if set, this loop has child loops (is a no leaf). */
 } loop_flags_t;
 
 /**