diff options
Diffstat (limited to 'gcc/et-forest.h')
-rw-r--r-- | gcc/et-forest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/et-forest.h b/gcc/et-forest.h index 833146d6147..ca875d67d0f 100644 --- a/gcc/et-forest.h +++ b/gcc/et-forest.h @@ -67,8 +67,8 @@ struct et_node struct et_node *left; struct et_node *right; /* The brothers of the node. */ - struct et_occ *rightmost_occ; /* The rightmost occurence. */ - struct et_occ *parent_occ; /* The occurence of the parent node. */ + struct et_occ *rightmost_occ; /* The rightmost occurrence. */ + struct et_occ *parent_occ; /* The occurrence of the parent node. */ }; struct et_node *et_new_tree (void *data); |