From: Adam Szalkowski Date: Mon, 4 Sep 2006 11:48:04 +0000 (+0000) Subject: another typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b80270e390c2db5e65ee51a298f13ee58109f4d2;p=libfirm another typo --- diff --git a/ir/be/bearch.c b/ir/be/bearch.c index 1ffbbdf9e..0ca10cc8b 100644 --- a/ir/be/bearch.c +++ b/ir/be/bearch.c @@ -321,7 +321,7 @@ extern char *arch_register_req_format(char *buf, size_t len, const arch_register } int -arch_ent_is_constructor(const arch_env_t *arch_env, const entitiy * ent) +arch_ent_is_constructor(const arch_env_t *arch_env, const entity * ent) {