aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mn10300.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-10-11 23:56:33 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-10-11 23:56:33 +0000
commitb6ff326ebac0a03cfb237d6abb1065a588e83bf4 (patch)
tree98980a5b9d82e050c169fa3003bfed8cbf86b52d /gas/config/tc-mn10300.c
parentd1b67f3c0e8f0c53459615157349e6b81f7b9069 (diff)
downloadgdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.zip
gdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.tar.gz
gdb-b6ff326ebac0a03cfb237d6abb1065a588e83bf4.tar.bz2
* config/tc-alpha.c: Fix comment typos.
* config/tc-cris.c: Likewise. * config/tc-hppa.c: Likewise. * config/tc-i370.c: Likewise. * config/tc-mips.c: Likewise. * config/tc-mn10200.c: Likewise. * config/tc-mn10300.c: Likewise. * config/tc-sh.c: Likewise. * config/tc-tahoe.c: Likewise. * config/tc-v850.c: Likewise.
Diffstat (limited to 'gas/config/tc-mn10300.c')
-rw-r--r--gas/config/tc-mn10300.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/tc-mn10300.c b/gas/config/tc-mn10300.c
index dbc9ffd..ed17e9c 100644
--- a/gas/config/tc-mn10300.c
+++ b/gas/config/tc-mn10300.c
@@ -280,7 +280,7 @@ reg_name_search (regs, regcount, name)
*
* in: Input_line_pointer points to 1st char of operand.
*
- * out: A expressionS.
+ * out: An expressionS.
* The operand may have been a register: in this case, X_op == O_register,
* X_add_number is set to the register number, and truth is returned.
* Input_line_pointer->(next non-blank) char after operand, or is in
@@ -327,7 +327,7 @@ r_register_name (expressionP)
*
* in: Input_line_pointer points to 1st char of operand.
*
- * out: A expressionS.
+ * out: An expressionS.
* The operand may have been a register: in this case, X_op == O_register,
* X_add_number is set to the register number, and truth is returned.
* Input_line_pointer->(next non-blank) char after operand, or is in
@@ -374,7 +374,7 @@ xr_register_name (expressionP)
*
* in: Input_line_pointer points to 1st char of operand.
*
- * out: A expressionS.
+ * out: An expressionS.
* The operand may have been a register: in this case, X_op == O_register,
* X_add_number is set to the register number, and truth is returned.
* Input_line_pointer->(next non-blank) char after operand, or is in
@@ -421,7 +421,7 @@ data_register_name (expressionP)
*
* in: Input_line_pointer points to 1st char of operand.
*
- * out: A expressionS.
+ * out: An expressionS.
* The operand may have been a register: in this case, X_op == O_register,
* X_add_number is set to the register number, and truth is returned.
* Input_line_pointer->(next non-blank) char after operand, or is in
@@ -468,7 +468,7 @@ address_register_name (expressionP)
*
* in: Input_line_pointer points to 1st char of operand.
*
- * out: A expressionS.
+ * out: An expressionS.
* The operand may have been a register: in this case, X_op == O_register,
* X_add_number is set to the register number, and truth is returned.
* Input_line_pointer->(next non-blank) char after operand, or is in