* elflink.c (_bfd_elf_merge_symbol): Fix a typo in comment.
+2005-06-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elflink.c (_bfd_elf_merge_symbol): Fix a typo in comment.
+
2005-06-14 Jakub Jelinek <jakub@redhat.com>
* elf.c (bfd_section_from_shdr): Fail if name is NULL.
/* 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)