Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb Fix typo



details:   https://anonhg.NetBSD.org/src/rev/518212a948fc
branches:  trunk
changeset: 944683:518212a948fc
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Oct 06 22:14:41 2020 +0000

description:
Fix typo

Remove delta with upstream.

diffstat:

 external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6038a6a2728a -r 518212a948fc external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c
--- a/external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c        Tue Oct 06 22:04:09 2020 +0000
+++ b/external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c        Tue Oct 06 22:14:41 2020 +0000
@@ -199,7 +199,7 @@
                          ppcnbsd_init_abi);
 
   /* Avoid initializing the register offsets again if they were
-     already initailized by ppcnbsd-nat.c.  */
+     already initialized by ppcnbsd-nat.c.  */
   if (ppcnbsd_reg_offsets.pc_offset == 0)
     {
       /* General-purpose registers.  */



Home | Main Index | Thread Index | Old Index