diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2016-12-28 18:28:22 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2016-12-28 18:31:07 +0100 |
commit | 913e12d44dc7fc09f965e4b660f437e7e0303c64 (patch) | |
tree | 06949e4eb8f8f8153c55143ca81532a4e79a800e /gold/copy-relocs.h | |
parent | 265d97f743a4ba78bcffd7ae8d0ea02668a58df3 (diff) | |
download | gdb-913e12d44dc7fc09f965e4b660f437e7e0303c64.zip gdb-913e12d44dc7fc09f965e4b660f437e7e0303c64.tar.gz gdb-913e12d44dc7fc09f965e4b660f437e7e0303c64.tar.bz2 |
Fix comment typo
* copy-relocs.h: Fix comment typo.
Diffstat (limited to 'gold/copy-relocs.h')
-rw-r--r-- | gold/copy-relocs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/copy-relocs.h b/gold/copy-relocs.h index 92b2ceb..f5cd0a5 100644 --- a/gold/copy-relocs.h +++ b/gold/copy-relocs.h @@ -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_; }; |