This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Fix spelling errors
On Fri, Jan 17, 2020 at 10:47 AM Nick Clifton <nickc@redhat.com> wrote:
>
> Hi Christian,
>
> > bfd/ChangeLog:
> >
> > 2020-01-16 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-16 Christian Biesinger <cbiesinger@google.com>
> >
> > * opintl.h: Fix spelling error (seperate).
> >
> > sim/arm/ChangeLog:
> >
> > 2020-01-16 Christian Biesinger <cbiesinger@google.com>
> >
> > * iwmmxt.c: Fix spelling error (seperate).
>
> Approved - please apply.
Thanks, pushed.
Also +gdb-patches since this includes a sim patch:
diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c
index 05bfbd0fce..3226a78425 100644
--- a/sim/arm/iwmmxt.c
+++ b/sim/arm/iwmmxt.c
@@ -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
Christian