diff options
Diffstat (limited to 'include/coff')
-rw-r--r-- | include/coff/internal.h | 2 | ||||
-rw-r--r-- | include/coff/sym.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h index 633f2bd..8e21b4e 100644 --- a/include/coff/internal.h +++ b/include/coff/internal.h @@ -377,7 +377,7 @@ struct internal_aouthdr #define C_THUMBEXTFUNC (C_THUMBEXT + 20) /* 150 */ #define C_THUMBSTATFUNC (C_THUMBSTAT + 20) /* 151 */ -/* True if XCOFF symbols of class CLASS have auxillary csect information. */ +/* True if XCOFF symbols of class CLASS have auxiliary csect information. */ #define CSECT_SYM_P(CLASS) \ ((CLASS) == C_EXT || (CLASS) == C_AIX_WEAKEXT || (CLASS) == C_HIDEXT) diff --git a/include/coff/sym.h b/include/coff/sym.h index 76204af..fd8b447 100644 --- a/include/coff/sym.h +++ b/include/coff/sym.h @@ -76,8 +76,8 @@ typedef struct { bfd_vma cbSymOffset; /* offset to start of local symbols*/ long ioptMax; /* max index into optimization symbol entries */ bfd_vma cbOptOffset; /* offset to optimization symbol entries */ - long iauxMax; /* number of auxillary symbol entries */ - bfd_vma cbAuxOffset; /* offset to start of auxillary symbol entries*/ + long iauxMax; /* number of auxiliary symbol entries */ + bfd_vma cbAuxOffset; /* offset to start of auxiliary symbol entries*/ long issMax; /* max index into local strings */ bfd_vma cbSsOffset; /* offset to start of local strings */ long issExtMax; /* max index into external strings */ |