From 4cf8b26578d3b76ac9b93a368ed198eed252ed78 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 10 May 2007 23:54:39 +0000 Subject: [PATCH] typo fixed [r13786] --- ir/be/bearch_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1