X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbearch.h;h=a3b2a252fcc9b79e4b27d77f3a9913a96c9670a8;hb=bb91a72fcb14e8323993b5aec46bcb15d040d367;hp=b8e0806894694a56094fc8481a66df13a82c26ba;hpb=1345e0ae4de685dbb4012d7f66b6a54c3cf1f27b;p=libfirm diff --git a/ir/be/bearch.h b/ir/be/bearch.h index b8e080689..a3b2a252f 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -327,7 +327,7 @@ arch_get_irn_reg_class(const arch_env_t *env, const ir_node *irn, int pos); /** * Get the register allocated at a certain output operand of a node. - * @param env The arch nvironment. + * @param env The arch environment. * @param irn The node. * @return The register allocated for this operand */ @@ -386,10 +386,10 @@ struct _arch_code_generator_if_t { /** - * Initialzie the code generator. + * Initialize the code generator. * @param file The file to dump to. - * @param irg The fucntion to generate code for. - * @param env The archicture environment. + * @param irg The function to generate code for. + * @param env The architecture environment. * @return A newly created code generator. */ void *(*init)(FILE *file, ir_graph *irg, const arch_env_t *env);