aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2005-03-10 02:43:23 +0000
committerJoel Brobecker <brobecker@gnat.com>2005-03-10 02:43:23 +0000
commitd2f0b918d104099e11cbd5e10e108773c6ed0d65 (patch)
tree0f3c0fa4aa80db67ae9abce649c8f191072b67fe /gdb/regcache.c
parent8ec3272396aa865eb55f47f51f54e81cb61ff636 (diff)
downloadgdb-d2f0b918d104099e11cbd5e10e108773c6ed0d65.zip
gdb-d2f0b918d104099e11cbd5e10e108773c6ed0d65.tar.gz
gdb-d2f0b918d104099e11cbd5e10e108773c6ed0d65.tar.bz2
* regcache.c: Fix typo in comment.
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r--gdb/regcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/regcache.c b/gdb/regcache.c
index d1067ea..5cee78e 100644
--- a/gdb/regcache.c
+++ b/gdb/regcache.c
@@ -51,7 +51,7 @@ struct regcache_descr
/* The raw register cache. Each raw (or hard) register is supplied
by the target interface. The raw cache should not contain
redundant information - if the PC is constructed from two
- registers then those regigisters and not the PC lives in the raw
+ registers then those registers and not the PC lives in the raw
cache. */
int nr_raw_registers;
long sizeof_raw_registers;