diff options
author | David Anderson <davea@sgi.com> | 2000-09-02 00:16:59 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-02 00:16:59 +0000 |
commit | f1abbe987bf1c922b5df9afac66c91d75171777a (patch) | |
tree | 3727a7d72b03a344629ebbca3ed82803f795f24c | |
parent | cddb0f80f7848fc7b34a132fa3d84d760afca66e (diff) | |
download | gdb-f1abbe987bf1c922b5df9afac66c91d75171777a.zip gdb-f1abbe987bf1c922b5df9afac66c91d75171777a.tar.gz gdb-f1abbe987bf1c922b5df9afac66c91d75171777a.tar.bz2 |
Corrected spelling errors in various source files.
-rw-r--r-- | gdb/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9f14c3d..9b03732 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,25 @@ +2000-09-01 David Anderson <davea@sgi.com> + + * arch-utils.c arch-utils.h blockframe.c fork-child.c: + Corrected comment spelling dependant->dependent. + * corelow.c (default_core_sniffer): Corrected comment + spelling. + * cp-valprint.c (cp_print_value_fields): Corrected + comment spelling. + * d10v-tdep.c dbxread.c: Corrected comment spelling + dependan->dependen. + * defs.h: Corrected spelling, meant 64, not 32, in comment. + * dst.h eval.c event-loop.c: Corrected comment spelling. + * event-top.c gdb-events.sh: Corrected comment spelling. + * gdbarch.c: Corrected comment spelling. + * gdbarch.h gdbarch.sh: Corrected comment spelling, + dependant->dependent. + * gdbtypes.c gdbtypes.h: Corrected comment spelling. + * infcmd.c infrun.c: Corrected comment spelling. + * symfile.c symfile.h target.h: Corrected comment spelling, + dependant->dependent. + * tracepoint.h: Corrected comment spelling. + 2000-09-01 Kevin Buettner <kevinb@redhat.com> * hppa-tdep.c (record_text_segment_lowaddr): Protoize. |