From e57fe182400d65711998c130c31f45e8baef3bcb Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 14 Jun 2007 04:34:44 +0000 Subject: [PATCH] typo fixed [r14482] --- ir/be/ia32/bearch_ia32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index de04fd0a7..95f585d2d 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -752,7 +752,7 @@ static ir_mode *get_spill_mode(const ir_node *node) } /** - * Checks wether an addressmode reload for a node with mode mode is compatible + * Checks whether an addressmode reload for a node with mode mode is compatible * with a spillslot of mode spill_mode */ static int ia32_is_spillmode_compatible(const ir_mode *mode, const ir_mode *spillmode) -- 2.20.1