From: Michael Beck Date: Thu, 10 May 2007 23:54:39 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4cf8b26578d3b76ac9b93a368ed198eed252ed78;p=libfirm typo fixed [r13786] --- diff --git a/ir/be/bearch_t.h b/ir/be/bearch_t.h index 4402cc4ec..4262e465f 100644 --- a/ir/be/bearch_t.h +++ b/ir/be/bearch_t.h @@ -523,7 +523,7 @@ struct arch_isa_if_t { * If NULL is returned, all irg will be taken into account and they will be * generated in an arbitrary order. * @param self The isa object. - * @param irgs A flexible array ARR_F of length 0 where the backend cann append the desired irgs. + * @param irgs A flexible array ARR_F of length 0 where the backend can append the desired irgs. * @return A flexible array ARR_F containing all desired irgs in the desired order. */ ir_graph **(*get_backend_irg_list)(const void *self, ir_graph ***irgs);