From 4b7e68e7d25c3cb3c45ef898d3a1ac4e52741619 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 8 Sep 2002 12:47:27 +0000 Subject: basic-block.h: Fix comment formatting. * basic-block.h: Fix comment formatting. * c-common.c: Likewise. * c-common.h: Likewise. * c-lex.c: Likewise. * c-pretty-print.c: Likewise. * cfglayout.c: Likewise. * cfgloop.c: Likewise. * defaults.h: Likewise. * et-forest.c: Likewise. * explow.c: Likewise. * function.h: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * gengtype.c: Likewise. * ifcvt.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * ra-build.c: Likewise. * real.c: Likewise. * rtl.h: Likewise. * tracer.c: Likewise. * tree-inline.c: Likewise. * varasm.c: Likewise. From-SVN: r56952 --- gcc/et-forest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/et-forest.c') diff --git a/gcc/et-forest.c b/gcc/et-forest.c index 4e6216e..84594d4 100644 --- a/gcc/et-forest.c +++ b/gcc/et-forest.c @@ -664,7 +664,7 @@ et_forest_enumerate_sons (forest, node, array) /* Parent is the rightmost node of the left successor. Look for all occurences having no right succesor - and lookup the sons. */ + and lookup the sons. */ while (occ != stop) { splay (occ); -- cgit v1.1