aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-08-10 21:17:46 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-08-10 21:17:46 +0000
commitb84a8afed01d9b5863136aa6922f984edaa7c715 (patch)
treebdebc63dabb4ac20dd97348fb75b2d4bdceea40a /gdb/hppa-tdep.c
parentfdeafce79e5676cc8708dcb07c98720a58e2dc6b (diff)
downloadgdb-b84a8afed01d9b5863136aa6922f984edaa7c715.zip
gdb-b84a8afed01d9b5863136aa6922f984edaa7c715.tar.gz
gdb-b84a8afed01d9b5863136aa6922f984edaa7c715.tar.bz2
2000-08-10 Kazu Hirata <kazu@hxi.com>
* hppa_tdep.c: Fix a comment typo.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r--gdb/hppa-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
index ad81ebe..d657938 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)