Fix comment.

This commit is contained in:
Ian Lance Taylor 2007-09-20 19:31:54 +00:00
parent db51cc60e2
commit 8c838dbd52
1 changed files with 2 additions and 2 deletions

View File

@ -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