From d2f0b918d104099e11cbd5e10e108773c6ed0d65 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 10 Mar 2005 02:43:23 +0000 Subject: [PATCH] * regcache.c: Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/regcache.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 29a1d2ba873..5b1b58c4030 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-03-09 Joel Brobecker + + * regcache.c: Fix typo in comment. + 2005-03-09 David Lecomber * proc-api.c (_initialize_proc_api): Fix invalid multi-line diff --git a/gdb/regcache.c b/gdb/regcache.c index d1067ea9239..5cee78e33f3 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; -- 2.30.2