aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i960.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-21 14:38:06 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-21 14:38:06 +0000
commit0234cb7c70cd672825ac5760714792f64581ea22 (patch)
tree4c03eac4389ab13c6633c33b15538ca96ec52914 /gas/config/tc-i960.c
parenta2e224686a3a8de934930c0be2160f87c9b86e76 (diff)
downloadbinutils-0234cb7c70cd672825ac5760714792f64581ea22.zip
binutils-0234cb7c70cd672825ac5760714792f64581ea22.tar.gz
binutils-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-i960.c')
-rw-r--r--gas/config/tc-i960.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-i960.c b/gas/config/tc-i960.c
index 64981da..d56f28d 100644
--- a/gas/config/tc-i960.c
+++ b/gas/config/tc-i960.c
@@ -177,7 +177,7 @@ static void relax_cobr PARAMS ((fragS *));
static void s_leafproc PARAMS ((int, char *[]));
/* Process '.sysproc' pseudo-op */
static void s_sysproc PARAMS ((int, char *[]));
-/* Will a 'shlo' substiture for a 'ldconst'? */
+/* Will a 'shlo' substitute for a 'ldconst'? */
static int shift_ok PARAMS ((int));
/* Give syntax error */
static void syntax PARAMS ((void));
@@ -1323,7 +1323,7 @@ ctrl_fmt (targP, opcode, num_ops)
colon (brlab_next ());
}
- /* The operand MUST be an ip-relative displacment. Parse it
+ /* The operand MUST be an ip-relative displacement. Parse it
* and set up address fix for the instruction we just output.
*/
get_cdisp (targP, "CTRL", opcode, 24, 0, 0);
@@ -1888,7 +1888,7 @@ parse_ldconst (arg)
* ldconst -1,<reg> ->subo 1,0,<reg>
* ldconst -31,<reg>->subo 31,0,<reg>
*
- * anthing else becomes:
+ * anything else becomes:
* lda xxx,<reg>
*/
n = offs (e);