From: Sebastian Buchwald Date: Wed, 26 Aug 2009 11:05:13 +0000 (+0000) Subject: typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b1a1d9a5fbc68bbc9a72a64b1f0ba922096effc9;p=libfirm typo [r26429] --- diff --git a/ir/be/beinsn_t.h b/ir/be/beinsn_t.h index 889787304..703d2c2e0 100644 --- a/ir/be/beinsn_t.h +++ b/ir/be/beinsn_t.h @@ -54,7 +54,7 @@ struct _be_insn_t { [use_start-n_ops) uses */ ir_node *next_insn; /**< next instruction in schedule */ ir_node *irn; /**< ir_node of the instruction */ - unsigned in_constraints : 1; /**< instruction has input contraints */ + unsigned in_constraints : 1; /**< instruction has input constraints */ unsigned out_constraints : 1; /**< instruction has output constraints */ unsigned has_constraints : 1; /**< in_constraints or out_constraints true */ unsigned pre_colored : 1; /**< all defined values already have a register assigned */