Fix spelling errors
authorChristian Biesinger <cbiesinger@google.com>
Fri, 17 Jan 2020 18:34:03 +0000 (12:34 -0600)
committerChristian Biesinger <cbiesinger@google.com>
Fri, 17 Jan 2020 18:34:03 +0000 (12:34 -0600)
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

bfd/ChangeLog
bfd/coff-arm.c
bfd/elfxx-riscv.c
bfd/sysdep.h
opcodes/ChangeLog
opcodes/opintl.h
sim/arm/ChangeLog
sim/arm/iwmmxt.c

index c9c708c2daca73d785a9bb1b6411abcba11d46b5..aa0d0de3da04792139f08498e69036732e0ae616 100644 (file)
@@ -1,3 +1,10 @@
+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).
+
 2020-01-15  Lars Brinkhoff  <lars@nocrew.org>
 
        PR 20694
index 84477eaa8fee51c159caab5dfa7ea154e83f5a4e..c2623d2f294c63c884f4a64ec7dbcd4eb478ebb6 100644 (file)
@@ -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:
index 658629c0c811bda9544071ba5d869345ba1cb779..66e343f4a5a87296d8e866582d3f9c0e170a9faf 100644 (file)
@@ -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;
        }
index b428a050f0e0b908af9c909bae2de96b77c98642..652857153d38a748e934176ac6735f10db73e33a 100644 (file)
@@ -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.
index e48e566cbc36f16b168c4f9cc3757c2f9f4509c5..6faa9d87d137a5de098ad2c4e27f2a8bc0142c21 100644 (file)
@@ -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.
index a0d6d5de7a1f46bc127b411fd5d864912405e46e..856064835bddbaf82372f9b5b38729392f1ce6cd 100644 (file)
@@ -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.
index 6fb7d7e78407fb137401b2e29ae7c2f5de617830..d5f96678cd97e288392af8ad78c9857117fbc7e9 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-17  Christian Biesinger  <cbiesinger@google.com>
+
+       * iwmmxt.c: Fix spelling error (seperate).
+
 2019-12-06  Luis Machado  <luis.machado@linaro.org>
 
        * armemu.c (isize): Move this declaration ...
index 05bfbd0fce0189fd33c62ae5d0be37f1c807c4ce..3226a7842509a3cc4ae3fcd78ebc15fba2fabcb8 100644 (file)
@@ -3539,7 +3539,7 @@ WXOR (ARMword instr)
   return ARMul_DONE;
 }
 
-/* This switch table is moved to a seperate function in order
+/* This switch table is moved to a separate function in order
    to work around a compiler bug in the host compiler...  */
 
 static int
This page took 0.043179 seconds and 4 git commands to generate.