aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2020-01-17 12:34:03 -0600
committerChristian Biesinger <cbiesinger@google.com>2020-01-17 12:34:03 -0600
commit07f1f3aa536add16b20f2792e1c325fb02b7da2d (patch)
tree8ab4906416aa6fbbc6dabb456edda506100561a2 /opcodes
parent76e29444375e473ca75f0dc554303f55080836ba (diff)
downloadfsf-binutils-gdb-07f1f3aa536add16b20f2792e1c325fb02b7da2d.zip
fsf-binutils-gdb-07f1f3aa536add16b20f2792e1c325fb02b7da2d.tar.gz
fsf-binutils-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 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/opintl.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index e48e566..6faa9d8 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-17 Christian Biesinger <cbiesinger@google.com>
+
+ * opintl.h: Fix spelling error (seperate).
+
2020-01-17 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Add {vex} pseudo prefix.
diff --git a/opcodes/opintl.h b/opcodes/opintl.h
index a0d6d5d..8560648 100644
--- a/opcodes/opintl.h
+++ b/opcodes/opintl.h
@@ -26,7 +26,7 @@
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 libopcodes. This is a library, so it
cannot depend on the catalog currently loaded.