From f7bb0868bf4510296dc85c5dc3dab4227638720e Mon Sep 17 00:00:00 2001 From: Adam Szalkowski Date: Mon, 4 Sep 2006 11:45:30 +0000 Subject: [PATCH] fixed typo --- ir/be/bearch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/bearch.h b/ir/be/bearch.h index 2871c62fb..1f3cc84bc 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -748,9 +748,9 @@ extern const arch_irn_handler_t *arch_env_pop_irn_handler(arch_env_t *env); * Tells whether function represented by entity should be * called in the constructor section. * @param arch_env The architecture environment. - * @param ent The entitiy representing a function + * @param ent The entity representing a function * @return 1 if function is a constructor */ -extern int arch_ent_is_constructor(const arch_env_t *arch_env, const entitiy * ent); +extern int arch_ent_is_constructor(const arch_env_t *arch_env, const entity * ent); #endif /* _FIRM_BEARCH_H */ -- 2.20.1