From f2e7c15d990b428a29fe0183ae810f29e722d21a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 5 Mar 2004 20:58:00 +0000 Subject: * i386-nat.c: Fix typo in comment. Re-introduce paranoiac. * i386obsd-tdep.c: Correct spelling in comment. * i386nbsd-tdep.c: Correct spelling in comment. * sparc-tdep.c: Correct spelling in comments. --- gdb/i386-nat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/i386-nat.c') diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c index a20e9b0..95b4609 100644 --- a/gdb/i386-nat.c +++ b/gdb/i386-nat.c @@ -454,7 +454,7 @@ i386_handle_nonaligned_watchpoint (i386_wp_op_t what, CORE_ADDR addr, int len, while (len > 0) { int align = addr % max_wp_len; - /* Four (eigth on AMD64) is the maximum length a debug register + /* Four (eight on AMD64) is the maximum length a debug register can watch. */ int try = (len > max_wp_len ? (max_wp_len - 1) : len - 1); int size = size_try_array[try][align]; @@ -582,7 +582,7 @@ i386_stopped_data_address (void) watchpoint, not a hardware breakpoint. The reason is that GDB doesn't call the target_stopped_data_address method except for data watchpoints. In other words, I'm - being paranoid. */ + being paranoiac. */ && I386_DR_GET_RW_LEN (i) != 0) { addr = dr_mirror[i]; -- cgit v1.1