diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-11-21 06:52:23 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-11-21 06:52:23 +0000 |
commit | d91edf86b0cb904a88fc086d9580fcfa8ee53d3f (patch) | |
tree | 0d4b948f3cd1c5a953e88b9bfe820b459208b6a4 /gcc/et-forest.h | |
parent | 9313cfddf9b1c7f3b9c6e19815fdfa37ec1a5b43 (diff) | |
download | gcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.zip gcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.tar.gz gcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.tar.bz2 |
ChangeLog.7: Fix comment typos.
* ChangeLog.7: Fix comment typos.
* c-common.c: Likewise.
* c-pretty-print.c: Likewise.
* cgraphunit.c: Likewise.
* et-forest.h: Likewise.
* expr.c: Likewise.
* gcse.c: Likewise.
* genautomata.c: Likewise.
* genrecog.c: Likewise.
* gensupport.c: Likewise.
* ggc-zone.c: Likewise.
* haifa-sched.c: Likewise.
* ifcvt.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* pretty-print.h: Likewise.
* regrename.c: Likewise.
* rtl.h: Likewise.
* sched-rgn.c: Likewise.
* target.h: Likewise.
* value-prof.c: Likewise.
* web.c: Likewise.
From-SVN: r73795
Diffstat (limited to 'gcc/et-forest.h')
-rw-r--r-- | gcc/et-forest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/et-forest.h b/gcc/et-forest.h index 66aec48..f646d59 100644 --- a/gcc/et-forest.h +++ b/gcc/et-forest.h @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ for tree operations (insertion and removal of nodes and edges) and poly-logarithmic time for nearest common ancestor. - ET tree stores its structue as a sequence of symbols obtained + ET tree stores its structure as a sequence of symbols obtained by dfs(root) dfs (node) |