aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-11-13 12:15:46 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-11-13 12:15:46 -0800
commitf8521a03584f2451e52cbc90bff5c1050a588c0f (patch)
tree91681964f2c69b4cec2c253dd22769c04d9ebaf7 /bfd/coffcode.h
parent0be36304922ded1a6ffdec8ecce204adce597c4b (diff)
downloadgdb-f8521a03584f2451e52cbc90bff5c1050a588c0f.zip
gdb-f8521a03584f2451e52cbc90bff5c1050a588c0f.tar.gz
gdb-f8521a03584f2451e52cbc90bff5c1050a588c0f.tar.bz2
Rename symbbol to symbol
* coffcode.h (coff_pointerize_aux_hook): Fix a typo.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index c32b20d..69992db 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -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));