diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 11:13:59 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 11:13:59 +0000 |
commit | 6a63b8ac07f1b0e513c0b549c074e71c63041c1a (patch) | |
tree | c85e45f550339df495f390da72d6591be69992e7 | |
parent | db49509326609c860abeb4257c170504c09a76db (diff) | |
download | ppe42-gcc-6a63b8ac07f1b0e513c0b549c074e71c63041c1a.tar.gz ppe42-gcc-6a63b8ac07f1b0e513c0b549c074e71c63041c1a.zip |
Fix typo: MAIN_VARIANT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9710 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/cp/gxxint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/gxxint.texi b/gcc/cp/gxxint.texi index 39b1bb47cde..2db1dc9285f 100644 --- a/gcc/cp/gxxint.texi +++ b/gcc/cp/gxxint.texi @@ -122,7 +122,7 @@ term left-most refers to the depth first left-most node. It uses the things that have @code{BINFO_OFFSET}s of zero are shared and will have themselves as their own @code{MAIN_VARIANT}s. The non-shared right ones, are copies of the left-most one, hence if it is its own -@code{MAIN_VARIENT}, we know it IS a left-most one, if it is not, it is +@code{MAIN_VARIANT}, we know it IS a left-most one, if it is not, it is a non-left-most one. @code{get_base_distance}'s path and distance matters in its use in: |