From: Michael Beck Date: Thu, 14 Jun 2007 04:34:44 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e57fe182400d65711998c130c31f45e8baef3bcb;p=libfirm typo fixed [r14482] --- 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)