diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-04-10 00:58:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-04-10 00:58:58 +0000 |
commit | a4bb589a17b1956f507e961ab998c09b8c54be5d (patch) | |
tree | 456adceaf2fea95c4a1b19ac6ba0113f33ffd14f /gold | |
parent | ce947d23d2b624635be74389c0f8c9aadf2bd330 (diff) | |
download | gdb-a4bb589a17b1956f507e961ab998c09b8c54be5d.zip gdb-a4bb589a17b1956f507e961ab998c09b8c54be5d.tar.gz gdb-a4bb589a17b1956f507e961ab998c09b8c54be5d.tar.bz2 |
Fix typo in comment in last commit.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/symtab.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/symtab.cc b/gold/symtab.cc index 6acdcc8..ee826b3 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 |