From: Sebastian Buchwald Date: Wed, 12 Sep 2012 11:52:09 +0000 (+0200) Subject: Fixed typo. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=13fece8ca896ce2a2ce09d7c86db087cc85b35e1;p=libfirm Fixed typo. --- diff --git a/include/libfirm/irgraph.h b/include/libfirm/irgraph.h index e8049ad96..f24c3864b 100644 --- a/include/libfirm/irgraph.h +++ b/include/libfirm/irgraph.h @@ -495,7 +495,7 @@ typedef enum ir_graph_properties_t { IR_GRAPH_PROPERTY_MANY_RETURNS = 1U << 12, /** - * List of all graph properties that are only affected byt control flow + * List of all graph properties that are only affected by control flow * changes. */ IR_GRAPH_PROPERTIES_CONTROL_FLOW =