fixed typo
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Mon, 4 Sep 2006 11:45:30 +0000 (11:45 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Mon, 4 Sep 2006 11:45:30 +0000 (11:45 +0000)
ir/be/bearch.h

index 2871c62..1f3cc84 100644 (file)
@@ -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 */