diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-06-14 19:25:45 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-06-14 19:25:45 +0000 |
commit | 91134c823b1a46eac0f2412e0a719feebc90223e (patch) | |
tree | 608387bf5e836a8280c4c84f3f59cb2de3921447 /bfd/elflink.c | |
parent | 77f762d6e434fcb47cf40b846f0c7449da357f7c (diff) | |
download | gdb-91134c823b1a46eac0f2412e0a719feebc90223e.zip gdb-91134c823b1a46eac0f2412e0a719feebc90223e.tar.gz gdb-91134c823b1a46eac0f2412e0a719feebc90223e.tar.bz2 |
2005-06-14 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (_bfd_elf_merge_symbol): Fix a typo in comment.
Diffstat (limited to 'bfd/elflink.c')
-rw-r--r-- | bfd/elflink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c index d90be1c..e404d3b 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -1188,8 +1188,8 @@ _bfd_elf_merge_symbol (bfd *abfd, /* Handle the special case of an old common symbol merging with a new symbol which looks like a common symbol in a shared object. We change *PSEC and *PVALUE to make the new symbol look like a - common symbol, and let _bfd_generic_link_add_one_symbol will do - the right thing. */ + common symbol, and let _bfd_generic_link_add_one_symbol do the + right thing. */ if (newdyncommon && h->root.type == bfd_link_hash_common) |