From 2b0a121ecfba2893fb80fa65fa5f4a9bc7167f67 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 18 Feb 2003 10:52:30 +0000 Subject: [PATCH] Typo fixed [r808] --- ir/tr/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1