diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/opintl.h | 2 |
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. |