From: Michael Beck Date: Fri, 17 Jun 2005 17:23:17 +0000 (+0000) Subject: typos fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=14baef3f04f99186977e2adbe7e16a86d7bcc1a4;p=libfirm typos fixed [r6059] --- 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);