From 99656ee83427ab5001053a9b4c7cea5dcb3a8f2c Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 29 Feb 2012 14:43:43 +0100 Subject: [PATCH] Fixed typo. --- include/libfirm/iroptimize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/iroptimize.h b/include/libfirm/iroptimize.h index f2d7a282e..0adf518ed 100644 --- a/include/libfirm/iroptimize.h +++ b/include/libfirm/iroptimize.h @@ -1076,7 +1076,7 @@ FIRM_API ir_value_classify_sign classify_value_sign(ir_node *n); FIRM_API ir_tarval *computed_value_Cmp_Confirm( const ir_node *cmp, ir_node *left, ir_node *right, ir_relation relation); -/** Type of callbacks for createing entities of the compiler library */ +/** Type of callbacks for creating entities of the compiler library */ typedef ir_entity *(*compilerlib_entity_creator_t)(ident *id, ir_type *mt); /** -- 2.20.1