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/a8ba9f8468f4
branches: trunk
changeset: 976895:a8ba9f8468f4
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 62e441b07f89 -r a8ba9f8468f4 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