Fix typos in comments in _bfd_elf_merge_symbol
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Oct 2015 18:01:39 +0000 (11:01 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Oct 2015 18:01:39 +0000 (11:01 -0700)
* elflink.c (_bfd_elf_merge_symbol): Fix typos in comments

bfd/ChangeLog
bfd/elflink.c

index 77e33e4e05ad59726407346c62655e2d7c5611bc..8400cf645fbc9efb6f3b07f6dfe0f9d092ef2bad 100644 (file)
@@ -1,3 +1,7 @@
+2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (_bfd_elf_merge_symbol): Fix typos in comments
+
 2015-10-15  Alan Modra  <amodra@gmail.com>
 
        * elf32-v850.c (v850_elf_copy_private_bfd_data): Remove assertion
index 839cebb16ef6c3beaa60e0b963df55d6f48573d3..73fe469d36e9129b6ad70432b302d16676219f3c 100644 (file)
@@ -1010,9 +1010,9 @@ _bfd_elf_merge_symbol (bfd *abfd,
        *matched = TRUE;
       else
        {
-         /* OLD_HIDDEN is true if the existing symbol is only visibile
+         /* OLD_HIDDEN is true if the existing symbol is only visible
             to the symbol with the same symbol version.  NEW_HIDDEN is
-            true if the new symbol is only visibile to the symbol with
+            true if the new symbol is only visible to the symbol with
             the same symbol version.  */
          bfd_boolean old_hidden = h->versioned == versioned_hidden;
          bfd_boolean new_hidden = hi->versioned == versioned_hidden;
This page took 0.0334 seconds and 4 git commands to generate.