From 14baef3f04f99186977e2adbe7e16a86d7bcc1a4 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 17 Jun 2005 17:23:17 +0000 Subject: [PATCH] typos fixed [r6059] --- ir/ir/irdump.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index 815f7d206..ffbd5e664 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -460,7 +460,7 @@ int is_filtered_dump_name(ident *name); /** Sets the vcg flag "display_edge_labels" to no. * * This is necessary as xvcg and aisee both fail to display graphs - * with self-edges if these edges have lables. + * with self-edges if these edges have labels. */ void turn_off_edge_labels(void); @@ -494,7 +494,7 @@ bool get_opt_dump_keepalive_edges(void); /** Turns on dumping the out edges starting from the Start block in * dump_ir_graph. * - * To test the consistency of the out datastructure. + * To test the consistency of the out data structure. */ void dump_out_edges(bool b); -- 2.20.1