2004-10-11 David Anderson <davea@sgi.com>

* regcache.c (regcache_raw_read): Comment was missing "to".
        Extraneous ' removed.
        * gdb_thread_db.h (struct td_thrinfo): ti_lid field
        comment now describes use.
This commit is contained in:
David Anderson 2004-10-11 16:35:28 +00:00
parent a5f6c8f5a8
commit 04c663e3c6
3 changed files with 11 additions and 3 deletions

View file

@ -616,8 +616,8 @@ regcache_raw_read (struct regcache *regcache, int regnum, void *buf)
target_fetch_registers (regnum);
#if 0
/* FIXME: cagney/2004-08-07: At present a number of targets
forget (or didn't know that they needed) set this leading to
panics. Also is the problem that target's need to indicate
forget (or didn't know that they needed) to set this leading to
panics. Also is the problem that targets need to indicate
that a register is in one of the possible states: valid,
undefined, unknown. The last of which isn't yet
possible. */