From f1abbe987bf1c922b5df9afac66c91d75171777a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 2 Sep 2000 00:16:59 +0000 Subject: [PATCH] Corrected spelling errors in various source files. --- gdb/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9f14c3d688..9b03732991 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,25 @@ +2000-09-01 David Anderson + + * 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 * hppa-tdep.c (record_text_segment_lowaddr): Protoize.