From: David Anderson Date: Fri, 27 Oct 2000 15:02:42 +0000 (+0000) Subject: Corrected spelling errors in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e73cedf75b6388ab7786d5c8bd06368f94ee69b;p=binutils-gdb.git Corrected spelling errors in comments. gdbarch.{c,sh} removed a word from a comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9773ce9562..c889e1b3799 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2000-10-26 David B. Anderson + + * breakpoint.c breakpoint.h hppab-nat.c infrun.c + language.h mcore-tdep.c mips-tdep.c symfile.c symtab.c + symtab.h target.c tm-mips.h xm-sun4sol2.h: Corrected + spelling errors in comments. + * gdbarch.c gdbarch.sh: Removed word from comment. + 2000-10-26 Kevin Buettner * sun3-nat.c (fetch_core_registers): Protoize. 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 diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index c25ab41f8fa..6fef5bd2e2b 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -280,17 +280,17 @@ struct breakpoint char *dll_pathname; /* Filename of a dll whose state change (e.g., load or unload) - triggered this catchpoint. This field is only vaid immediately + triggered this catchpoint. This field is only valid immediately after this catchpoint has triggered. */ char *triggered_dll_pathname; /* Process id of a child process whose forking triggered this - catchpoint. This field is only vaid immediately after this + catchpoint. This field is only valid immediately after this catchpoint has triggered. */ int forked_inferior_pid; /* Filename of a program whose exec triggered this catchpoint. - This field is only vaid immediately after this catchpoint has + This field is only valid immediately after this catchpoint has triggered. */ char *exec_pathname; @@ -620,7 +620,7 @@ extern void set_longjmp_resume_breakpoint (CORE_ADDR, struct frame_info *); cause the inferior to stop in places where this frame is visible, and that can cause execution control to become very confused. - Note that if a user sets breakpoints in an interactively call + Note that if a user sets breakpoints in an interactively called function, the call_disabled watchpoints will have been reenabled when the first such breakpoint is reached. However, on targets that are unable to unwind through the call dummy frame, watches diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 653b62d068e..f4dd60cc6c0 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -432,7 +432,7 @@ extern void mips_print_extra_frame_info (struct frame_info *frame); multiple functions with the same SP. But on the MIPS we can't do that since the PC is not stored in the same part of the frame every time. This does not seem to be a very clever way to set up frames, - but there is nothing we can do about that). */ + but there is nothing we can do about that. */ #define SETUP_ARBITRARY_FRAME(argc, argv) setup_arbitrary_frame (argc, argv) extern struct frame_info *setup_arbitrary_frame (int, CORE_ADDR *); diff --git a/gdb/config/sparc/xm-sun4sol2.h b/gdb/config/sparc/xm-sun4sol2.h index 3edb5abdf54..43f6166d132 100644 --- a/gdb/config/sparc/xm-sun4sol2.h +++ b/gdb/config/sparc/xm-sun4sol2.h @@ -39,5 +39,5 @@ /* On sol2.7, emits a bunch of 'macro redefined' warnings, which makes autoconf think curses.h doesn't - exist. Compensate fot that here. */ + exist. Compensate for that here. */ #define HAVE_CURSES_H 1 diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index bd705f91390..5754aa47710 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -117,7 +117,7 @@ struct gdbarch verify_gdbarch(): Confirm that the target updated the field correctly. - gdbarch_dump(): Add a fprintf_unfiltered call to so that the new + gdbarch_dump(): Add a fprintf_unfiltered call so that the new field is dumped out ``startup_gdbarch()'': Append an initial value to the static diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 11a4a779e50..0d827f77080 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1102,7 +1102,7 @@ cat <