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/elfxx-riscv.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/elfxx-riscv.c')
-rw-r--r-- | bfd/elfxx-riscv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c index 658629c..66e343f 100644 --- a/bfd/elfxx-riscv.c +++ b/bfd/elfxx-riscv.c @@ -1300,7 +1300,7 @@ riscv_parse_sv_or_non_std_ext (riscv_parse_subset_t *rps, if (*p != '\0' && *p != '_') { - rps->error_handler ("-march=%s: %s must seperate with _", + rps->error_handler ("-march=%s: %s must separate with _", march, ext_type_str); return NULL; } |