diff options
Diffstat (limited to 'gold/resolve.cc')
-rw-r--r-- | gold/resolve.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/resolve.cc b/gold/resolve.cc index d564aed..0ad990c 100644 --- a/gold/resolve.cc +++ b/gold/resolve.cc @@ -210,7 +210,7 @@ symbol_to_bits(elfcpp::STB binding, bool is_dynamic, // IS_ORDINARY is whether ST_SHNDX is a normal section index rather // than a special code. ORIG_ST_SHNDX is the original section index, // before any munging because of discarded sections, except that all -// non-ordinary section indexes are mapped to SHN_UNDEF. VERSION of +// non-ordinary section indexes are mapped to SHN_UNDEF. VERSION is // the version of SYM. template<int size, bool big_endian> |