Type fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 4 Feb 2004 15:02:30 +0000 (15:02 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 4 Feb 2004 15:02:30 +0000 (15:02 +0000)
[r2374]

ir/ir/irgraph.c

index 61e5a61..c38ec22 100644 (file)
@@ -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))