Fix typo.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 9 Jun 2011 12:52:19 +0000 (14:52 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 9 Jun 2011 12:54:07 +0000 (14:54 +0200)
scripts/gen_ir.py

index 3614e7d..4f2a2d9 100755 (executable)
@@ -568,7 +568,7 @@ FIRM_API ir_node *new_{{node.name}}(
 {% endfor %}
 
 {% for node in nodes %}
-/** Return true of the node is a {{node.name}} node. */
+/** Return true if the node is a {{node.name}} node. */
 FIRM_API int is_{{node.name}}(const ir_node *node);
 {%- endfor %}