From 13fece8ca896ce2a2ce09d7c86db087cc85b35e1 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 12 Sep 2012 13:52:09 +0200 Subject: [PATCH] Fixed typo. --- include/libfirm/irgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.20.1