Typo in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Sep 2008 12:09:02 +0000 (12:09 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Sep 2008 12:09:02 +0000 (12:09 +0000)
[r21844]

include/libfirm/ircons.h

index 4cd8d2e..8b66787 100644 (file)
  *    set_cur_block(block).  If several blocks are constructed in parallel block
  *    switches need to be performed constantly.
  *
- *    To generate a Block node (with the comfortable interface) it's predecessor
+ *    To generate a Block node (with the comfortable interface), its predecessor
  *    control flow nodes need not be known.  In case of cyclic control flow these
  *    can not be known when the block is constructed.  With add_immBlock_pred(block,
  *    cfnode) predecessors can be added to the block.  If all predecessors are