From: Christoph Mallon Date: Thu, 11 Sep 2008 12:09:02 +0000 (+0000) Subject: Typo in comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e753342df164efb60bea6460ea777fdfd80eb288;p=libfirm Typo in comment. [r21844] --- diff --git a/include/libfirm/ircons.h b/include/libfirm/ircons.h index 4cd8d2e1b..8b667876a 100644 --- a/include/libfirm/ircons.h +++ b/include/libfirm/ircons.h @@ -201,7 +201,7 @@ * 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