X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbesched.h;h=dd6699146d60de3240214b93798ef8c13977a06e;hb=07ea816fa30005a2e1e94171090327233e05a112;hp=aa3d12e43b6e542c976b7a04c0cdcb5398058b8a;hpb=a09efb2ccc91c6d720aa6aa8c5f7e3c562528b2a;p=libfirm diff --git a/ir/be/besched.h b/ir/be/besched.h index aa3d12e43..dd6699146 100644 --- a/ir/be/besched.h +++ b/ir/be/besched.h @@ -52,8 +52,8 @@ static inline bool sched_is_scheduled(const ir_node *irn) } /** - * returns the time step of a node. Each node in a block has a timestep - * unique to that block. a node schedule before another node has a lower + * Returns the time step of a node. Each node in a block has a timestep + * unique to that block. A node schedule before another node has a lower * timestep than this node. * @param irn The node. * @return The time step in the schedule.