diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2021-07-06 14:56:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-07-06 14:56:05 +0100 |
commit | 579f0281f38afffe2ae5692f6ce61598c5dbfe8c (patch) | |
tree | cd5dc6ba22b6fa0ddf5a54580b6861f87b2eecfb /gas | |
parent | 235f5ef4a6b8fbdcfaea8b629f7c6a9792a789de (diff) | |
download | gdb-579f0281f38afffe2ae5692f6ce61598c5dbfe8c.zip gdb-579f0281f38afffe2ae5692f6ce61598c5dbfe8c.tar.gz gdb-579f0281f38afffe2ae5692f6ce61598c5dbfe8c.tar.bz2 |
PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -> relocation.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-riscv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-riscv.c b/gas/config/tc-riscv.c index 70cbc81..df37579 100644 --- a/gas/config/tc-riscv.c +++ b/gas/config/tc-riscv.c @@ -1307,7 +1307,7 @@ append_insn (struct riscv_cl_insn *ip, expressionS *address_expr, { howto = bfd_reloc_type_lookup (stdoutput, reloc_type); if (howto == NULL) - as_bad (_("internal: usupported RISC-V relocation number %d"), + as_bad (_("internal: unsupported RISC-V relocation number %d"), reloc_type); ip->fixp = fix_new_exp (ip->frag, ip->where, |