summaryrefslogtreecommitdiff
path: root/gas/config/tc-maxq.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
commitdbdb37a354c29d24260e37e87f55e032352f6a90 (patch)
tree6e57ab595dfa1d7fd666634b2d0f42ea35704c08 /gas/config/tc-maxq.c
parent4abead8d54648b2b180481f127900bed69f1bb8e (diff)
downloadbinutils-redhat-dbdb37a354c29d24260e37e87f55e032352f6a90.tar.gz
* 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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/tc-maxq.c b/gas/config/tc-maxq.c
index c1a11afc05..1633475d5e 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);