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 | 86492e7813dd3de2ecad8d9c2c803198c045300f (patch) | |
tree | 3c42c168e7a1c14b1a59251cfc5ea04cce44bed1 /gdb/breakpoint.c | |
parent | 0594ce6812669af20b550a1aad8b0a5a8c540382 (diff) | |
download | gdb-86492e7813dd3de2ecad8d9c2c803198c045300f.tar.gz |
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 489aad2ee9d..31c6c6ea6f5 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 |