From 04c663e3c69b6857c7de49df24d4e404f16461fc Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 11 Oct 2004 16:35:28 +0000 Subject: 2004-10-11 David Anderson * 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. --- gdb/regcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/regcache.c') diff --git a/gdb/regcache.c b/gdb/regcache.c index 12721c3..f34da79 100644 --- a/gdb/regcache.c +++ b/gdb/regcache.c @@ -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. */ -- cgit v1.1