diff options
author | Ian Lance Taylor <iant@google.com> | 2007-09-20 19:31:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-09-20 19:31:54 +0000 |
commit | 8c838dbd52a91ecd0c1080f6d301ccd2314fff9d (patch) | |
tree | bc2b1a1468f74128de5b8085662af1dcd6faa0c8 /gold | |
parent | db51cc60e255cb54b8960598beb1350b056a23e7 (diff) | |
download | gdb-8c838dbd52a91ecd0c1080f6d301ccd2314fff9d.zip gdb-8c838dbd52a91ecd0c1080f6d301ccd2314fff9d.tar.gz gdb-8c838dbd52a91ecd0c1080f6d301ccd2314fff9d.tar.bz2 |
Fix comment.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/archive.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/archive.cc b/gold/archive.cc index 8603dc6..840ba01 100644 --- a/gold/archive.cc +++ b/gold/archive.cc @@ -247,8 +247,8 @@ Archive::add_symbols(const General_options& options, Symbol_table* symtab, const size_t armap_size = this->armap_.size(); // This is a quick optimization, since we usually see many symbols - // in a row with the same offset. last_seen holds the last offset - // we saw that was present in the seen_ set. + // in a row with the same offset. last_seen_offset holds the last + // offset we saw that was present in the seen_offsets_ set. off_t last_seen_offset = -1; // Track which symbols in the symbol table we've already found to be |