diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-17 14:24:24 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-17 14:24:24 +0000 |
commit | 98667efb12c84661c95a2c8eb39150e212031c53 (patch) | |
tree | 2cb49286c2dc56eb4c87f9c8f6bf3d0ed54ea367 /gcc/et-forest.h | |
parent | c156d8c16915162f48797d878d34c1b4717f1108 (diff) | |
download | gcc-98667efb12c84661c95a2c8eb39150e212031c53.tar.gz |
* et-forest.c: Fix comment typos.
* et-forest.h: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* flags.h: Likewise.
* flow.c: Likewise.
* gcc.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genautomata.c: Likewise.
* gengtype.c: Likewise.
* genrecog.c: Likewise.
* global.c: Likewise.
* gthr-rtems.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61443 138bc75d-0d04-0410-961f-82ee72b054a4
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 8f4290c1193..8ef8e30b494 100644 --- a/gcc/et-forest.h +++ b/gcc/et-forest.h @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* This package implements ET forest data structure. Each tree in the structure maintains a tree structure and offers logarithmic time for tree operations (insertion and removal of nodes and edges) and - poly-logarithmic time for nearest common ancesto. + poly-logarithmic time for nearest common ancestor. ET tree strores its structue as a sequence of symbols obtained by dfs(root) |