From: Michael Beck Date: Tue, 18 Feb 2003 10:52:30 +0000 (+0000) Subject: Typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2b0a121ecfba2893fb80fa65fa5f4a9bc7167f67;p=libfirm Typo fixed [r808] --- diff --git a/ir/tr/type.c b/ir/tr/type.c index b66461430..8ace2e966 100644 --- a/ir/tr/type.c +++ b/ir/tr/type.c @@ -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);