diff options
author | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
commit | 7e73cedf75b6388ab7786d5c8bd06368f94ee69b (patch) | |
tree | 01cebc5754b17f6cc947f84b6d31dd0775da13ac /gdb/hppab-nat.c | |
parent | bf1b588105487405c16b3688c687373490638ee0 (diff) | |
download | gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.zip gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.gz gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.bz2 |
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/hppab-nat.c')
-rw-r--r-- | gdb/hppab-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppab-nat.c b/gdb/hppab-nat.c index 5659532..17a4dc7 100644 --- a/gdb/hppab-nat.c +++ b/gdb/hppab-nat.c @@ -182,7 +182,7 @@ store_inferior_registers (int regno) This call may fail if the given addresses are not valid in the inferior process. This most often happens when restarting a program which - as watchpoints inserted on heap or stack memory. */ + has watchpoints inserted on heap or stack memory. */ #define PT_PROT 21 |