From 05e0479c4b0558be3cdd940ace2eee33e0f7f89b Mon Sep 17 00:00:00 2001 From: iant Date: Thu, 20 Sep 2007 19:31:54 +0000 Subject: [PATCH] Fix comment. --- gold/archive.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gold/archive.cc b/gold/archive.cc index 8603dc693e..840ba01dd4 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 -- 2.11.0