diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 1fa9a12..fe43d82 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -1557,7 +1557,7 @@ mark_primary_virtual_base (base_binfo, type) if (BINFO_PRIMARY_P (shared_binfo)) { /* It's already allocated in the hierarchy. BINFO won't have a - primary base in this hierachy, even though the complete object + primary base in this hierarchy, even though the complete object BINFO is for, would do. */ return NULL_TREE; } |