diff options
author | Christoph Mallon <christoph.mallon@gmx.de> | 2016-12-31 11:42:27 +0100 |
---|---|---|
committer | Christoph Mallon <christoph.mallon@gmx.de> | 2016-12-31 11:42:54 +0100 |
commit | f7a69c9ebc96d7852e2254db65c7ea25f6f15d7a (patch) | |
tree | a62a6375b534f2ebf6ee4c4be2de4245b9d33e9d /ir/ir | |
parent | b4fc3c57d7cc22b271ca905d4e999f176bc4431f (diff) |
Fix typo in comment.
Diffstat (limited to 'ir/ir')
-rw-r--r-- | ir/ir/irgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/ir/irgraph.c b/ir/ir/irgraph.c index 82f8760..204ade3 100644 --- a/ir/ir/irgraph.c +++ b/ir/ir/irgraph.c @@ -163,7 +163,7 @@ ir_graph *new_const_code_irg(void) ir_graph *const res = new_r_ir_graph(NULL, 0); mature_immBlock(get_irg_end_block(res)); - /* There is not Start node in the const_code_irg */ + /* There is no Start node in the const_code_irg */ set_irg_start(res, new_r_Bad(res, mode_T)); set_irg_frame(res, new_r_Bad(res, mode_BAD)); set_irg_args(res, new_r_Bad(res, mode_T)); |