From 917bbcab602907861c40cfad1cc5337aaf9d0f1d Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 5 Jul 2003 15:17:36 +0000 Subject: * bt-load.c: Fix comment typos. * c-incpath.c: Likewise. * cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfgloop.h: Likewise. * cfgloopmanip.c: Likewise. * cfgrtl.c: Likewise. * diagnostic.h: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * et-forest.c: Likewise. * et-forest.h: Likewise. * expr.c: Likewise. * gcse.c: Likewise. * genattr.c: Likewise. * jump.c: Likewise. * langhooks.h: Likewise. * local-alloc.c: Likewise. * loop-unroll.c: Likewise. * loop-unswitch.c: Likewise. * ra-build.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * rtl.def: Likewise. * rtlanal.c: Likewise. * sched-ebb.c: Likewise. * sched-rgn.c: Likewise. * simplify-rtx.c: Likewise. * ssa.c: Likewise. * tracer.c: Likewise. * tree.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68975 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cfgloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cfgloop.h') diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index 3fdc609582f..e879e522031 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -266,7 +266,7 @@ extern int flow_loop_scan (struct loops *, struct loop *, int); extern void flow_loop_free (struct loop *); void mark_irreducible_loops (struct loops *); -/* Loop datastructure manipulation/querying. */ +/* Loop data structure manipulation/querying. */ extern void flow_loop_tree_node_add (struct loop *, struct loop *); extern void flow_loop_tree_node_remove (struct loop *); extern bool flow_loop_outside_edge_p (const struct loop *, edge); -- cgit v1.2.1