From 4a13f023e54000d80b158a5b3956b7abefae1776 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 3 Feb 2003 10:19:50 +0000 Subject: [PATCH] Typos fixed [r719] --- ir/ir/irdump.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index 1d24c94c9..c998279b2 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -49,7 +49,7 @@ extern char *dump_file_suffix; * name of the entity describing the procedure (irg->entity) and the * ending .vcg. Eventually overwrites existing files. * - * @see turn_of_edge_labels() + * @see turn_off_edge_labels() */ void dump_ir_graph (ir_graph *irg); @@ -67,7 +67,7 @@ void dump_ir_graph (ir_graph *irg); * name of the entity describing the procedure (irg->entity) and the * ending .vcg. Eventually overwrites existing files. * - * @see turn_of_edge_labels() + * @see turn_off_edge_labels() */ void dump_ir_block_graph (ir_graph *irg); @@ -84,7 +84,7 @@ void dump_ir_block_graph (ir_graph *irg); * name of the entity describing the procedure (irg->entity) and the * ending -cfg.vcg. Eventually overwrites existing files. * - * @see turn_of_edge_labels() + * @see turn_off_edge_labels() */ void dump_cfg (ir_graph *irg); @@ -99,7 +99,7 @@ void dump_cfg (ir_graph *irg); * name of the entity describing the procedure (irg->entity) and the * ending -type.vcg. Eventually overwrites existing files. * - * @see turn_of_edge_labels() + * @see turn_off_edge_labels() */ void dump_type_graph (ir_graph *irg); @@ -114,7 +114,7 @@ void dump_type_graph (ir_graph *irg); * format. * Dumps the graph to a file named All_types.vcg. * - * @see turn_of_edge_labels() + * @see turn_off_edge_labels() */ void dump_all_types (void); @@ -149,7 +149,7 @@ void dump_class_hierarchy (bool entities); * name of the entity describing the procedure (irg->entity) and the * ending -all.vcg. Eventually overwrites existing files. * - * @see turn_of_edge_labels() + * @see turn_off_edge_labels() */ void dump_ir_graph_w_types (ir_graph *irg); @@ -167,7 +167,7 @@ void dump_ir_graph_w_types (ir_graph *irg); * name of the entity describing the procedure (irg->entity) and the * ending -all.vcg. Eventually overwrites existing files. * - * @see turn_of_edge_labels() + * @see turn_off_edge_labels() */ void dump_ir_block_graph_w_types (ir_graph *irg); @@ -217,7 +217,7 @@ typedef void dump_graph_func(ir_graph *irg); * - dump_type_graph() * - dump_ir_graph_w_types() * - * @see turn_of_edge_labels() + * @see turn_off_edge_labels() */ void dump_all_ir_graphs (dump_graph_func *dump_graph); -- 2.20.1