From e753342df164efb60bea6460ea777fdfd80eb288 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 11 Sep 2008 12:09:02 +0000 Subject: [PATCH] Typo in comment. [r21844] --- include/libfirm/ircons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1