diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-04-18 00:37:49 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-04-18 00:37:49 +0000 |
commit | c9e030cfcdebafd5fb515b93e9d30a6eda273d53 (patch) | |
tree | 0654ca15799c234ed9ed459b5bfefe683fd77b9a | |
parent | 4bd3d87018ec6771548d16429a13bef71c15b1dd (diff) | |
download | gdb-c9e030cfcdebafd5fb515b93e9d30a6eda273d53.zip gdb-c9e030cfcdebafd5fb515b93e9d30a6eda273d53.tar.gz gdb-c9e030cfcdebafd5fb515b93e9d30a6eda273d53.tar.bz2 |
2001-04-17 Michael Snyder <msnyder@redhat.com>
* i386-nat.c: Fix typo in comment.
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/i386-nat.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8d01274..e7aaa79 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -7,6 +7,7 @@ 2001-04-17 Michael Snyder <msnyder@redhat.com> + * i386-nat.c: Fix typo in comment. * solib.c (no_shared_libraries): New function. Discard all symbols from shared libraries. (_initialize_solib): Add command "nosharedlibrary" as complement diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c index fbd0b55..b221649 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 |