From 8a9fc081fae803a6d23c1edd3d989aac9ce169c5 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Fri, 30 Mar 2007 09:16:52 +0000 Subject: [PATCH] * mips-tdep.c: Comment typo. --- gdb/ChangeLog | 4 ++++ gdb/mips-tdep.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52bb2d6..e275e15 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-03-30 Chris Dearman + + * mips-tdep.c: Comment typo. + 2007-03-29 Ulrich Weigand * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove. diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 3a5e49b..ce52985 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) }; -- 2.7.4