Typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 18 Feb 2003 10:52:30 +0000 (10:52 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 18 Feb 2003 10:52:30 +0000 (10:52 +0000)
[r808]

ir/tr/type.c

index b664614..8ace2e9 100644 (file)
@@ -64,7 +64,7 @@ new_type(tp_op *type_op, ir_mode *mode, ident* name) {
   int node_size ;
 
   assert(type_op != type_id);
-  assert(!id_contains_char(name, ' ') && "entity name should not contain spaces");
+  assert(!id_contains_char(name, ' ') && "type name should not contain spaces");
 
   node_size = offsetof (type, attr) +  type_op->attr_size;
   res = (type *) xmalloc (node_size);