Fixed typo.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 29 Feb 2012 13:43:43 +0000 (14:43 +0100)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 29 Feb 2012 13:43:43 +0000 (14:43 +0100)
include/libfirm/iroptimize.h

index f2d7a28..0adf518 100644 (file)
@@ -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);
 
 /**