From: Christian Würdig Date: Wed, 11 Jan 2006 10:24:02 +0000 (+0000) Subject: fixed typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=84870987df5369387e8fcff0e4a31e6907bdac85;p=libfirm fixed typo --- diff --git a/ir/be/besched_t.h b/ir/be/besched_t.h index dc92b7e9f..0d37f8688 100644 --- a/ir/be/besched_t.h +++ b/ir/be/besched_t.h @@ -210,7 +210,7 @@ static INLINE void _sched_remove(ir_node *irn) } /** - * Check, if thenode is scheduled. + * Check, if the node is scheduled. * @param irn The node. * @return 1, if the node is scheduled, 0 if not. */