* regcache.c: Fix typo in comment.
This commit is contained in:
parent
8ec3272396
commit
d2f0b918d1
@ -1,3 +1,7 @@
|
|||||||
|
2005-03-09 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* regcache.c: Fix typo in comment.
|
||||||
|
|
||||||
2005-03-09 David Lecomber <david@lecomber.net>
|
2005-03-09 David Lecomber <david@lecomber.net>
|
||||||
|
|
||||||
* proc-api.c (_initialize_proc_api): Fix invalid multi-line
|
* proc-api.c (_initialize_proc_api): Fix invalid multi-line
|
||||||
|
@ -51,7 +51,7 @@ struct regcache_descr
|
|||||||
/* The raw register cache. Each raw (or hard) register is supplied
|
/* The raw register cache. Each raw (or hard) register is supplied
|
||||||
by the target interface. The raw cache should not contain
|
by the target interface. The raw cache should not contain
|
||||||
redundant information - if the PC is constructed from two
|
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. */
|
cache. */
|
||||||
int nr_raw_registers;
|
int nr_raw_registers;
|
||||||
long sizeof_raw_registers;
|
long sizeof_raw_registers;
|
||||||
|
Loading…
Reference in New Issue
Block a user