From: Adam Szalkowski Date: Mon, 4 Sep 2006 11:45:30 +0000 (+0000) Subject: fixed typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f7bb0868bf4510296dc85c5dc3dab4227638720e;p=libfirm fixed typo --- 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 */