2000-08-10 Kazu Hirata <kazu@hxi.com>
authorKazu Hirata <kazu@codesourcery.com>
Thu, 10 Aug 2000 21:17:46 +0000 (21:17 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Thu, 10 Aug 2000 21:17:46 +0000 (21:17 +0000)
* hppa_tdep.c: Fix a comment typo.

gdb/ChangeLog
gdb/hppa-tdep.c

index a6eb0d8b702d1711f4e0607889bcc8644d6e2198..8b59ccc38db1fc801312a4482132dc8583585617 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-10  Kazu Hirata  <kazu@hxi.com>
+
+       * hppa_tdep.c: Fix a comment typo.
+
 2000-08-10  Tom Tromey  <tromey@cygnus.com>
 
        * MAINTAINERS: Added myself with write-after-approval access.
index ad81ebeb18fa3d5a83132a22ea196176443e13f3..d6579388b165b57ea3a4774d8e2ba0faa8432174 100644 (file)
@@ -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)
This page took 0.032067 seconds and 4 git commands to generate.