From: Michael Beck Date: Wed, 4 Feb 2004 15:02:30 +0000 (+0000) Subject: Type fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e0480c4191aee3de8d0a031fe5d59054d29b5fc4;p=libfirm Type fixed [r2374] --- diff --git a/ir/ir/irgraph.c b/ir/ir/irgraph.c index 61e5a61d5..c38ec22bf 100644 --- a/ir/ir/irgraph.c +++ b/ir/ir/irgraph.c @@ -463,7 +463,7 @@ int node_is_in_irgs_storage(ir_graph *irg, ir_node *n) /* * checks wheater the ir_node pointer i on the obstack. - * A more sophisticated chaeck would test the "whole" ir_node + * A more sophisticated check would test the "whole" ir_node */ for (p = irg->obst->chunk; p; p = p->prev) { if (((char *)p->contents <= (char *)n) && ((char *)n < (char *)p->limit))