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/breakpoint.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/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 489aad2..31c6c6e 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1266,7 +1266,7 @@ remove_breakpoint (struct breakpoint *b, insertion_state_t is) /* Check to see if breakpoint is in an overlay section; if so, we should remove the breakpoint at the LMA address. If that is not equal to the raw address, then we should - presumable remove the breakpoint there as well. */ + presumably remove the breakpoint there as well. */ if (overlay_debugging && b->section && section_is_overlay (b->section)) { @@ -2780,7 +2780,7 @@ bpstat_what (bpstat bs) back and decide something of a lower priority is better. The ordering is: - kc < clr sgl shl slr sn sr ss ts + kc < clr sgl shl shlr slr sn sr ss ts sgl < clrs shl shlr slr sn sr ss ts slr < err shl shlr sn sr ss ts clr < clrs err shl shlr sn sr ss ts |