diff options
author | Michael Snyder <msnyder@specifix.com> | 2001-04-18 00:37:49 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2001-04-18 00:37:49 +0000 |
commit | cd64c77ad7ad3cf8ef3a30d7df247602c0708b4a (patch) | |
tree | 5b963c0ef1684859cb3b17fa9513ce3b4fdf20cf /gdb/i386-nat.c | |
parent | 18c8b7bde70f06b6b457df5080f7bc8db8af3e02 (diff) | |
download | gdb-cd64c77ad7ad3cf8ef3a30d7df247602c0708b4a.tar.gz |
2001-04-17 Michael Snyder <msnyder@redhat.com>
* i386-nat.c: Fix typo in comment.
Diffstat (limited to 'gdb/i386-nat.c')
-rw-r--r-- | gdb/i386-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c index fbd0b55f18f..b221649aab0 100644 --- a/gdb/i386-nat.c +++ b/gdb/i386-nat.c @@ -28,7 +28,7 @@ This provides several functions for inserting and removing hardware-assisted breakpoints and watchpoints, testing if - one or more of the watchpoints triggerd and at what address, + one or more of the watchpoints triggered and at what address, checking whether a given region can be watched, etc. A target which wants to use these functions should define |