diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 6658fec..c42ad38 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -5325,7 +5325,7 @@ assemble_vtable_entry (symbol, offset) fputc ('\n', asm_out_file); } -/* Used for vtable gc in GNU binutils. Record the class heirarchy by noting +/* Used for vtable gc in GNU binutils. Record the class hierarchy by noting that the vtable symbol CHILD is derived from the vtable symbol PARENT. */ void |