]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Rename symbbol to symbol
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 13 Nov 2014 20:15:46 +0000 (12:15 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 13 Nov 2014 20:15:46 +0000 (12:15 -0800)
* coffcode.h (coff_pointerize_aux_hook): Fix a typo.

bfd/ChangeLog
bfd/coffcode.h

index 3cf91d16fe86051e9541d6e7d1bd3a2ec47b7c13..f1f00775b8f88b815fa957991962eb0316e14ecc 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * coffcode.h (coff_pointerize_aux_hook): Fix a typo.
+
 2014-11-13  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/17598
index c32b20d0e9e5390eb74bf11fef08589eec83d9f4..69992db655b3aede1fed811569f621c95ef78c14 100644 (file)
@@ -2540,7 +2540,7 @@ coff_pointerize_aux_hook (bfd *abfd ATTRIBUTE_UNUSED,
   /* Return TRUE if we don't want to pointerize this aux entry, which
      is the case for the lastfirst aux entry for a C_LEAFPROC symbol.  */
   return (indaux == 1
-         && symbbol->is_sym
+         && symbol->is_sym
          && (symbol->u.syment.n_sclass == C_LEAFPROC
              || symbol->u.syment.n_sclass == C_LEAFSTAT
              || symbol->u.syment.n_sclass == C_LEAFEXT));