This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] hppa-tdep.c: Fix a comment typo.


Hi,

Attached is a patch to fix a comment typo in hppa-tdep.c.

OK to commit?

Thanks,

Kazu Hirata

2000-08-07  Kazu Hirata  <kazu@hxi.com>

	* hppa_tdep.c: Fix a comment typo.

============================================================

Index: hppa-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/hppa-tdep.c,v
retrieving revision 1.6
diff -u -r1.6 hppa-tdep.c
--- hppa-tdep.c	2000/07/30 01:48:25	1.6
+++ hppa-tdep.c	2000/08/07 06:41:12
@@ -2900,7 +2900,7 @@
        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)
============================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]