From: Moritz Kroll Date: Thu, 27 Nov 2008 14:44:41 +0000 (+0000) Subject: Fixed typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0f0afe78662cb557771aa10dcd1d23f21ea8ed30;p=libfirm Fixed typo [r24062] --- diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 8686341ff..171ff82f2 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -32,7 +32,7 @@ $arch = "ia32"; # ins => { "in1", "in2" } # optional, creates n_op_in1, ... consts # mode => "mode_Iu" # optional, predefines the mode # emit => "emit code with templates", -# attr => "attitional attribute arguments for constructor", +# attr => "additional attribute arguments for constructor", # init_attr => "emit attribute initialization template", # rd_constructor => "c source code which constructs an ir_node", # hash_func => "name of the hash function for this operation",