diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 14:38:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 14:38:06 +0000 |
commit | 0234cb7c70cd672825ac5760714792f64581ea22 (patch) | |
tree | 4c03eac4389ab13c6633c33b15538ca96ec52914 /gas/config/tc-i386.c | |
parent | a2e224686a3a8de934930c0be2160f87c9b86e76 (diff) | |
download | gdb-0234cb7c70cd672825ac5760714792f64581ea22.zip gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.gz gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.bz2 |
* config/tc-hppa.c: Fix comment typos.
* config/tc-i370.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i960.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-iq2000.h: Likewise.
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index be1e621..66b3066 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -239,7 +239,7 @@ static char digit_chars[256]; #define is_identifier_char(x) (identifier_chars[(unsigned char) x]) #define is_digit_char(x) (digit_chars[(unsigned char) x]) -/* All non-digit non-letter charcters that may occur in an operand. */ +/* All non-digit non-letter characters that may occur in an operand. */ static char operand_special_chars[] = "%$-+(,)*._~/<>|&^!:[@]"; /* md_assemble() always leaves the strings it's passed unaltered. To @@ -4632,7 +4632,7 @@ md_apply_fix3 (fixP, valP, seg) } /* Fix a few things - the dynamic linker expects certain values here, - and we must not dissappoint it. */ + and we must not disappoint it. */ #if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) if (OUTPUT_FLAVOR == bfd_target_elf_flavour && fixP->fx_addsy) |