diff options
Diffstat (limited to 'gold/object.h')
-rw-r--r-- | gold/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/object.h b/gold/object.h index ae6d9bf..88263b4 100644 --- a/gold/object.h +++ b/gold/object.h @@ -1178,7 +1178,7 @@ class Relobj : public Object return this->output_sections_[shndx] != NULL; } - // The the output section of the input section with index SHNDX. + // The output section of the input section with index SHNDX. // This is only used currently to remove a section from the link in // relaxation. void |