From a4bb589a17b1956f507e961ab998c09b8c54be5d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 10 Apr 2008 00:58:58 +0000 Subject: [PATCH] Fix typo in comment in last commit. --- gold/symtab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gold/symtab.cc b/gold/symtab.cc index 6acdcc8eb26..ee826b33929 100644 --- a/gold/symtab.cc +++ b/gold/symtab.cc @@ -1007,7 +1007,7 @@ Symbol_table::add_from_dynobj( } // Note that it is possible that RES was overridden by an - // earlier object, in which case it can be aliased here. + // earlier object, in which case it can't be aliased here. if (sym.get_st_shndx() != elfcpp::SHN_UNDEF && sym.get_st_type() == elfcpp::STT_OBJECT && res->source() == Symbol::FROM_OBJECT -- 2.30.2