aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
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
commit8a9fc081fae803a6d23c1edd3d989aac9ce169c5 (patch)
tree824a59cf1a0709d2f7152462bb29766c037cf423 /gdb/mips-tdep.c
parent5f4026606b2aa30f26693426c8777728d5eff89e (diff)
downloadgdb-8a9fc081fae803a6d23c1edd3d989aac9ce169c5.zip
gdb-8a9fc081fae803a6d23c1edd3d989aac9ce169c5.tar.gz
gdb-8a9fc081fae803a6d23c1edd3d989aac9ce169c5.tar.bz2
* mips-tdep.c: Comment typo.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c2
1 files changed, 1 insertions, 1 deletions
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) };