diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-12-17 01:13:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-12-17 01:13:56 +0000 |
commit | c03099e68268e7fab89559e11442f8b0619074a0 (patch) | |
tree | 313bf6391671d9646826a63c41937b3d88560637 /gas/config/tc-d10v.c | |
parent | 231367095d5e01a7e3489d8333b43b94d2e1c58a (diff) | |
download | binutils-gdb-c03099e68268e7fab89559e11442f8b0619074a0.tar.gz |
* ChangeLog-9295: Fix a typo.
* README: Likewise.
* config/tc-d10v.c: Fix a comment typo.
* config/tc-dlx.c: Likewise.
* config/tc-h8300.h: Likewise.
* config/tc-h8500.h: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sh.h: Likewise.
* config/tc-tic80.h: Likewise.
* config/tc-w65.h: Likewise.
* config/tc-z8k.c: Likewise.
* config/tc-z8k.h: Likewise.
* testsuite/gas/h8300/cmpsi2.s: Likewise.
Diffstat (limited to 'gas/config/tc-d10v.c')
-rw-r--r-- | gas/config/tc-d10v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c index c9c54a8680f..2689deddc0d 100644 --- a/gas/config/tc-d10v.c +++ b/gas/config/tc-d10v.c @@ -651,7 +651,7 @@ build_insn (opcode, opers, insn) fixups->fix[fixups->fc].reloc = get_reloc ((struct d10v_operand *) &d10v_operands[opcode->operands[i]]); - /* Check that a immediate was passed to ops that expect one. */ + /* Check that an immediate was passed to ops that expect one. */ if ((flags & OPERAND_NUM) && (fixups->fix[fixups->fc].reloc == 0)) as_bad (_("operand is not an immediate")); |