aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-10-27 12:45:17 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-10-27 12:45:17 +0000
commit47eebc207fc8d4cc5611eb946ba04398e47ea15b (patch)
tree5df86f7e8022995e67291a2668a21f06f086c295 /gas/as.c
parent8afcbaff980c8e5453c7a869102f3507895c7383 (diff)
downloadbinutils-47eebc207fc8d4cc5611eb946ba04398e47ea15b.zip
binutils-47eebc207fc8d4cc5611eb946ba04398e47ea15b.tar.gz
binutils-47eebc207fc8d4cc5611eb946ba04398e47ea15b.tar.bz2
* ChangeLog: Fix typos.
* ChangeLog-9295: Likewise. * as.c: Fix comment typos. * as.h: Likewise. * atof-generic.c: Likewise. * bit_fix.h: Likewise. * frags.h: Likewise. * hash.c: Likewise. * input-file.c: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-parse.y: Likewise. * listing.c: Likewise. * macro.h: Likewise. * read.c: Likewise. * sb.c: Likewise. * sb.h: Likewise. * symbols.c: Likewise. * symbols.h: Likewise.
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.c b/gas/as.c
index 20d1522..0911aa1 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -501,7 +501,7 @@ parse_args (int * pargc, char *** pargv)
if (md_parse_option (optc, optarg) != 0)
break;
/* `-v' isn't included in the general short_opts list, so check for
- it explicity here before deciding we've gotten a bad argument. */
+ it explicitly here before deciding we've gotten a bad argument. */
if (optc == 'v')
{
#ifdef VMS