From a0111be4d8ba7947f8cc6f958682fca3cc759e99 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 31 Mar 2010 08:13:27 +0000 Subject: [PATCH] Fixed typo [r27333] --- ir/ana/irloop_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ana/irloop_t.h b/ir/ana/irloop_t.h index d66bc0a48..a099cd74c 100644 --- a/ir/ana/irloop_t.h +++ b/ir/ana/irloop_t.h @@ -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; /** -- 2.20.1