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/sysdep.h | |
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/sysdep.h')
-rw-r--r-- | bfd/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sysdep.h b/bfd/sysdep.h index b428a05..6528571 100644 --- a/bfd/sysdep.h +++ b/bfd/sysdep.h @@ -187,7 +187,7 @@ size_t strnlen (const char *, size_t); This is because the code in this directory is used to build a library which will be linked with code in other directories to form - programs. We want to maintain a seperate translation file for this + programs. We want to maintain a separate translation file for this directory however, rather than being forced to merge it with that of any program linked to libbfd. This is a library, so it cannot depend on the catalog currently loaded. |