summaryrefslogtreecommitdiff
path: root/gas/config/obj-coff.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-20 00:01:55 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-20 00:01:55 +0000
commitaaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46 (patch)
treef08db8f5359c10fc934ac289f58572b58944a0a0 /gas/config/obj-coff.h
parent43d6b3f90efaa74d96b47f1e3abee0fcb37058e5 (diff)
downloadbinutils-gdb-aaa2624bf8c08e01b7c4f0d2b39f7fb933f92b46.tar.gz
* config/obj-aout.h: Fix comment typos.
* config/obj-bout.h: Likewise. * config/obj-coff.c: Likewise. * config/obj-coff.h: Likewise. * config/obj-elf.c: Likewise. * config/obj-ieee.c: Likewise. * config/obj-som.c: Likewise. * config/obj-vms.c: Likewise. * config/obj-vms.h: Likewise.
Diffstat (limited to 'gas/config/obj-coff.h')
-rw-r--r--gas/config/obj-coff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h
index 4349acbf5fe..520055268c2 100644
--- a/gas/config/obj-coff.h
+++ b/gas/config/obj-coff.h
@@ -469,7 +469,7 @@ typedef struct
#endif
/* Symbol table macros and constants. */
-/* Possible and usefull section number in symbol table
+/* Possible and useful section number in symbol table
The values of TEXT, DATA and BSS may not be portable. */
#define C_ABS_SECTION N_ABS
@@ -480,7 +480,7 @@ typedef struct
#define C_REGISTER_SECTION 50
/* Macros to extract information from a symbol table entry.
- This syntaxic indirection allows independence regarding a.out or coff.
+ This syntactic indirection allows independence regarding a.out or coff.
The argument (s) of all these macros is a pointer to a symbol table entry. */
/* Predicates. */
@@ -795,7 +795,7 @@ typedef struct
#define H_SET_SYMBOL_TABLE_SIZE(h,v) ((h)->filehdr.f_nsyms = (v))
#define H_SET_SIZEOF_OPTIONAL_HEADER(h,v) ((h)->filehdr.f_opthdr = (v))
#define H_SET_FLAGS(h,v) ((h)->filehdr.f_flags = (v))
-/* Extra fields to achieve bsd a.out compatibility and for convinience. */
+/* Extra fields to achieve bsd a.out compatibility and for convenience. */
#define H_SET_RELOCATION_SIZE(h,t,d) ((h)->relocation_size = (t)+(d))
#define H_SET_STRING_SIZE(h,v) ((h)->string_table_size = (v))
#define H_SET_LINENO_SIZE(h,v) ((h)->lineno_size = (v))