From b84a8afed01d9b5863136aa6922f984edaa7c715 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 10 Aug 2000 21:17:46 +0000 Subject: [PATCH] 2000-08-10 Kazu Hirata * hppa_tdep.c: Fix a comment typo. --- gdb/ChangeLog | 4 ++++ gdb/hppa-tdep.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a6eb0d8b702..8b59ccc38db 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2000-08-10 Kazu Hirata + + * hppa_tdep.c: Fix a comment typo. + 2000-08-10 Tom Tromey * MAINTAINERS: Added myself with write-after-approval access. diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index ad81ebeb18f..d6579388b16 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -2900,7 +2900,7 @@ in_solib_call_trampoline (CORE_ADDR pc, char *name) instructions long. */ insn = read_memory_integer (pc, 4); - /* Find out where we we think we are within the stub. */ + /* Find out where we think we are within the stub. */ if ((insn & 0xffffc00e) == 0x53610000) addr = pc; else if ((insn & 0xffffffff) == 0xe820d000) -- 2.30.2