Fix comment typo

* copy-relocs.h: Fix comment typo.
This commit is contained in:
Andreas Schwab 2016-12-28 18:28:22 +01:00
parent 265d97f743
commit 913e12d44d
2 changed files with 41 additions and 36 deletions

View File

@ -1,3 +1,7 @@
2016-12-28 Andreas Schwab <schwab@linux-m68k.org>
* copy-relocs.h: Fix comment typo.
2016-12-28 Cary Coutant <ccoutant@gmail.com>
PR gold/20996

View File

@ -155,8 +155,9 @@ class Copy_relocs
// The dynamic BSS data which goes into the .bss section. This is
// where writable variables which require COPY relocations are placed.
Output_data_space* dynbss_;
// The dynamic read-only data, which goes into the .dynbss section. This
// is where read-only variables which require COPY relocations are placed.
// The dynamic read-only data, which goes into the .data.rel.ro section.
// This is where read-only variables which require COPY relocations are
// placed.
Output_data_space* dynrelro_;
};