From: Rubino Geiß Date: Mon, 10 Oct 2005 15:18:12 +0000 (+0000) Subject: typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=aefa161d102c049ab57a93af15848204dd60bab8;p=libfirm typo [r6674] --- 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. */