summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-03-30 09:16:52 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-03-30 09:16:52 +0000
commit36f224b2e8cf063a6e4dcc7208b93b57ecb49dcf (patch)
tree7a83ee85db12637b8348e3d7bf637307354d840d
parent185b6140b55d97be024523a410e4e2a88707def4 (diff)
downloadgdb-36f224b2e8cf063a6e4dcc7208b93b57ecb49dcf.tar.gz
* mips-tdep.c: Comment typo.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/mips-tdep.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 52bb2d6d368..e275e159d77 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-30 Chris Dearman <chris@mips.com>
+
+ * mips-tdep.c: Comment typo.
+
2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
* config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 3a5e49b37c9..ce5298592e6 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -449,7 +449,7 @@ static struct cmd_list_element *showmipscmdlist = NULL;
/* Integer registers 0 thru 31 are handled explicitly by
mips_register_name(). Processor specific registers 32 and above
- are listed in the followign tables. */
+ are listed in the following tables. */
enum
{ NUM_MIPS_PROCESSOR_REGS = (90 - 32) };