From b80270e390c2db5e65ee51a298f13ee58109f4d2 Mon Sep 17 00:00:00 2001 From: Adam Szalkowski Date: Mon, 4 Sep 2006 11:48:04 +0000 Subject: [PATCH] another typo --- ir/be/bearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1