aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tic54x.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-12-19 05:47:45 +0000
committerAlan Modra <amodra@gmail.com>2002-12-19 05:47:45 +0000
commit5f5e16be30e5eab2267f83983922549ba6e4e4b1 (patch)
treef8229af6daadcd17e94f0c125044569fd1fd0d40 /gas/config/tc-tic54x.c
parentd1810171449baae174e0fbb5ee85b305eb35634d (diff)
downloadgdb-5f5e16be30e5eab2267f83983922549ba6e4e4b1.zip
gdb-5f5e16be30e5eab2267f83983922549ba6e4e4b1.tar.gz
gdb-5f5e16be30e5eab2267f83983922549ba6e4e4b1.tar.bz2
* doc/as.texinfo (Invoking): Typo fix.
* config/tc-tic54x.c (encode_operand): Comment typo fix.
Diffstat (limited to 'gas/config/tc-tic54x.c')
-rw-r--r--gas/config/tc-tic54x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c
index 9825e18..4cb6bd9 100644
--- a/gas/config/tc-tic54x.c
+++ b/gas/config/tc-tic54x.c
@@ -4144,7 +4144,7 @@ encode_operand (insn, type, operand)
}
return 1;
case OP_RND:
- /* Make sure this agrees with with the OP_DST operand. */
+ /* Make sure this agrees with the OP_DST operand. */
if (!((TOUPPER (operand->buf[0]) == 'B') ^
((insn->opcode[0].word & (1 << 8)) != 0)))
{