fixed typo
authorRubino Geiß <rubino@ipd.info.uni-karlsruhe.de>
Mon, 16 Aug 2004 11:24:14 +0000 (11:24 +0000)
committerRubino Geiß <rubino@ipd.info.uni-karlsruhe.de>
Mon, 16 Aug 2004 11:24:14 +0000 (11:24 +0000)
[r3717]

ir/tr/entity.h

index 344efea..84ec7e6 100644 (file)
@@ -192,7 +192,7 @@ ident      *get_entity_ld_ident (entity *ent);
 void        set_entity_ld_ident (entity *ent, ident *ld_ident);
 
 /** Returns the mangled name of the entity as a string. */
-const char *get_entity_ld_name (entity *end);
+const char *get_entity_ld_name (entity *ent);
 
 /** Returns the owner of the entity. */
 type       *get_entity_owner (entity *ent);