diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-04-23 22:12:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2006-04-23 22:12:43 +0000 |
commit | 708587a480f09e6dfabb9680c932113e55b79a46 (patch) | |
tree | bba5442959b3f555713816ddca010d7debc8936f /gas/config/tc-maxq.c | |
parent | d8006e059231424441dd03301a2838e8547a9947 (diff) | |
download | gdb-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/tc-maxq.c')
-rw-r--r-- | gas/config/tc-maxq.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/tc-maxq.c b/gas/config/tc-maxq.c index c1a11af..1633475 100644 --- a/gas/config/tc-maxq.c +++ b/gas/config/tc-maxq.c @@ -451,7 +451,7 @@ maxq20_cons_fix_new (fragS * frag, unsigned int off, unsigned int len, } /* GAS will call this for every rs_machine_dependent fragment. The - instruction is compleated using the data from the relaxation pass. It may + instruction is completed using the data from the relaxation pass. It may also create any necessary relocations. */ void md_convert_frag (bfd * headers ATTRIBUTE_UNUSED, @@ -687,7 +687,7 @@ const pseudo_typeS md_pseudo_table[] = #define SET_PFX_ARG(x) (PFX_INSN[1] = x) -/* This function sets the PFX value coresponding to the specs. Source +/* This function sets the PFX value corresponding to the specs. Source Destination Index Selection ---------------------------------- Write To| SourceRegRange | Dest Addr Range ------------------------------------------------------ PFX[0] | 0h-Fh | @@ -1150,7 +1150,7 @@ maxq20_immediate (char *imm_start) return 1; } - /* Check For Sign Charcater. */ + /* Check For Sign Character. */ sign_val = 0; do @@ -1600,7 +1600,7 @@ maxq20_operand (char *operand_string) return 1; } - /* Get the origanal string. */ + /* Get the original string. */ memcpy (op_string, operand_string, strlen (operand_string) + 1); ii = strlen (operand_string) + 1; @@ -3101,7 +3101,7 @@ md_assemble (char *line) if (!match_filters ()) return; - /* Check for the approprate PFX register. */ + /* Check for the appropriate PFX register. */ set_prefix (); pfx_for_imm_val (0); |