diff options
author | Christian Biesinger <cbiesinger@google.com> | 2020-01-17 12:34:03 -0600 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2020-01-17 12:34:03 -0600 |
commit | 07f1f3aa536add16b20f2792e1c325fb02b7da2d (patch) | |
tree | 8ab4906416aa6fbbc6dabb456edda506100561a2 /bfd/coff-arm.c | |
parent | 76e29444375e473ca75f0dc554303f55080836ba (diff) | |
download | gdb-07f1f3aa536add16b20f2792e1c325fb02b7da2d.zip gdb-07f1f3aa536add16b20f2792e1c325fb02b7da2d.tar.gz gdb-07f1f3aa536add16b20f2792e1c325fb02b7da2d.tar.bz2 |
Fix spelling errors
seperate -> separate
bfd/ChangeLog:
2020-01-17 Christian Biesinger <cbiesinger@google.com>
* coff-arm.c: Fix spelling error (seperate).
* elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling
error (seperate).
* sysdep.h (strnlen): Fix spelling error (seperate).
opcodes/ChangeLog:
2020-01-17 Christian Biesinger <cbiesinger@google.com>
* opintl.h: Fix spelling error (seperate).
sim/arm/ChangeLog:
2020-01-17 Christian Biesinger <cbiesinger@google.com>
* iwmmxt.c: Fix spelling error (seperate).
Change-Id: I55e5f47bcf3cf3533d2acb7ad338f1be0d5f30f9
Diffstat (limited to 'bfd/coff-arm.c')
-rw-r--r-- | bfd/coff-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 84477ea..c2623d2 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -1154,7 +1154,7 @@ static const insn32 t2a6_bx_insn = 0xe12fff1e; /* The standard COFF backend linker does not cope with the special Thumb BRANCH23 relocation. The alternative would be to split the - BRANCH23 into seperate HI23 and LO23 relocations. However, it is a + BRANCH23 into separate HI23 and LO23 relocations. However, it is a bit simpler simply providing our own relocation driver. */ /* The reloc processing routine for the ARM/Thumb COFF linker. NOTE: |