From aefa161d102c049ab57a93af15848204dd60bab8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rubino=20Gei=C3=9F?= Date: Mon, 10 Oct 2005 15:18:12 +0000 Subject: [PATCH] typo [r6674] --- ir/ir/irnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irnode.h b/ir/ir/irnode.h index 1b5ff00b7..48d41bd75 100644 --- a/ir/ir/irnode.h +++ b/ir/ir/irnode.h @@ -652,7 +652,7 @@ void set_Div_mem (ir_node *node, ir_node *mem); typedef enum { pn_Div_M, /**< Memory result. */ pn_Div_X_except, /**< Execution result if exception occurred. */ - pn_Div_res /**< Result of computation. */ + pn_Div_res, /**< Result of computation. */ pn_Div_max /**< number of projections from a Div */ } pn_Div; /* Projection numbers for Div. */ -- 2.20.1