From: Christoph Mallon Date: Mon, 27 Feb 2012 13:04:20 +0000 (+0100) Subject: Correct comment: The first block in a graph is matured. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=51dafdd2a22ccff93fe6b64b99f484d9c8fc9304;p=libfirm Correct comment: The first block in a graph is matured. --- diff --git a/include/libfirm/irgraph.h b/include/libfirm/irgraph.h index ce7ab894f..4c401c9d2 100644 --- a/include/libfirm/irgraph.h +++ b/include/libfirm/irgraph.h @@ -130,7 +130,7 @@ * - The end block containing an end node. This block is not matured * after executing new_ir_graph() as predecessors need to be added to it. * (Maturing a block means fixing its number of predecessors.) - * - The current block, which is empty and also not matured. + * - The current block, which is empty and matured. * * Further it enters the global store into the data structure of the start * block that contains all valid values in this block (set_store()). This