aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-coff.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-23 22:12:43 +0000
committerKazu Hirata <kazu@codesourcery.com>2006-04-23 22:12:43 +0000
commit708587a480f09e6dfabb9680c932113e55b79a46 (patch)
treebba5442959b3f555713816ddca010d7debc8936f /gas/config/obj-coff.c
parentd8006e059231424441dd03301a2838e8547a9947 (diff)
downloadgdb-708587a480f09e6dfabb9680c932113e55b79a46.zip
gdb-708587a480f09e6dfabb9680c932113e55b79a46.tar.gz
gdb-708587a480f09e6dfabb9680c932113e55b79a46.tar.bz2
* config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,
config/tc-cris.c, config/tc-crx.c, config/tc-i386.c, config/tc-ia64.c, config/tc-maxq.c, config/tc-maxq.h, config/tc-mips.c, config/tc-msp430.c, config/tc-sh.c, config/tc-tic4x.c, config/tc-xtensa.c: Fix comment typos.
Diffstat (limited to 'gas/config/obj-coff.c')
-rw-r--r--gas/config/obj-coff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c
index a5a76ff..1ac8a13 100644
--- a/gas/config/obj-coff.c
+++ b/gas/config/obj-coff.c
@@ -1026,7 +1026,7 @@ weak_name2altname (const char * name)
}
/* Return the name of the weak symbol corresponding to an
- alterate symbol. */
+ alternate symbol. */
static const char *
weak_altname2name (const char * name)
@@ -1579,7 +1579,7 @@ obj_coff_section (int ignore ATTRIBUTE_UNUSED)
if (! load_removed)
flags |= SEC_LOAD;
/* Note - the READONLY flag is set here, even for the 'x'
- attrbiute in order to be compatible with the MSVC
+ attribute in order to be compatible with the MSVC
linker. */
if (! readonly_removed)
flags |= SEC_READONLY;