mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-23 19:14:53 +08:00
Fix typo: MAIN_VARIANT.
From-SVN: r9710
This commit is contained in:
parent
f79e449be8
commit
6de129de79
@ -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
|
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
|
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
|
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.
|
a non-left-most one.
|
||||||
|
|
||||||
@code{get_base_distance}'s path and distance matters in its use in:
|
@code{get_base_distance}'s path and distance matters in its use in:
|
||||||
|
Loading…
Reference in New Issue
Block a user