Fixed typo.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 12 Sep 2012 11:52:09 +0000 (13:52 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 12 Sep 2012 11:52:09 +0000 (13:52 +0200)
include/libfirm/irgraph.h

index e8049ad..f24c386 100644 (file)
@@ -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 =