From: Christian Würdig Date: Fri, 20 Jan 2006 10:32:37 +0000 (+0000) Subject: fixed typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7a9dcd4a525adf8fa57b385914619c9595a317be;p=libfirm fixed typo --- diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index 6e518ce3d..55149c2fc 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -58,7 +58,7 @@ struct _list_sched_selector_t { ir_node *(*select)(void *block_env, pset *ready_set); /** - * This function descides, if a node should appear in a schedule. + * This function decides, if a node should appear in a schedule. * @param block_env The block environment. * @param irn The node. * @return 1, if the node should be scheduled, 0 if not.