From 30baf67b6505d903bf678f9a0ba3645eb337ce49 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Sat, 26 Oct 2019 09:55:32 +0200 Subject: [gdb] Fix more typos in comments (2) Fix typos in comments. NFC. Tested on x86_64-linux. gdb/ChangeLog: 2019-10-26 Tom de Vries * aarch64-linux-tdep.c: Fix typos in comments. * aarch64-tdep.c: Same. * ada-lang.c: Same. * amd64-nat.c: Same. * arc-tdep.c: Same. * arch/aarch64-insn.c: Same. * block.c: Same. * breakpoint.h: Same. * btrace.h: Same. * c-varobj.c: Same. * cli/cli-decode.c: Same. * cli/cli-script.c: Same. * cli/cli-utils.h: Same. * coff-pe-read.c: Same. * coffread.c: Same. * compile/compile-cplus-symbols.c: Same. * compile/compile-object-run.c: Same. * completer.c: Same. * corelow.c: Same. * cp-support.c: Same. * demangle.c: Same. * dwarf-index-write.c: Same. * dwarf2-frame.c: Same. * dwarf2-frame.h: Same. * eval.c: Same. * frame-base.h: Same. * frame.h: Same. * gdbcmd.h: Same. * gdbtypes.h: Same. * gnu-nat.c: Same. * guile/scm-objfile.c: Same. * i386-tdep.c: Same. * i386-tdep.h: Same. * infcall.c: Same. * infcall.h: Same. * linux-nat.c: Same. * m68k-tdep.c: Same. * macroexp.c: Same. * memattr.c: Same. * mi/mi-cmd-disas.c: Same. * mi/mi-getopt.h: Same. * mi/mi-main.c: Same. * minsyms.c: Same. * nat/aarch64-sve-linux-sigcontext.h: Same. * objfiles.h: Same. * ppc-linux-nat.c: Same. * ppc-linux-tdep.c: Same. * ppc-tdep.h: Same. * progspace.h: Same. * prologue-value.h: Same. * python/py-evtregistry.c: Same. * python/py-instruction.h: Same. * record-btrace.c: Same. * record-full.c: Same. * remote.c: Same. * rs6000-tdep.c: Same. * ser-tcp.c: Same. * sol-thread.c: Same. * sparc-sol2-tdep.c: Same. * sparc64-tdep.c: Same. * stabsread.c: Same. * symfile.c: Same. * symtab.h: Same. * target.c: Same. * tracepoint.c: Same. * tui/tui-data.h: Same. * tui/tui-io.c: Same. * tui/tui-win.c: Same. * tui/tui.c: Same. * unittests/rsp-low-selftests.c: Same. * user-regs.h: Same. * utils.c: Same. * utils.h: Same. * valarith.c: Same. * valops.c: Same. * valprint.c: Same. * valprint.h: Same. * value.c: Same. * value.h: Same. * varobj.c: Same. * x86-nat.h: Same. * xtensa-tdep.c: Same. gdb/gdbserver/ChangeLog: 2019-10-26 Tom de Vries * linux-aarch64-low.c: Fix typos in comments. * linux-arm-low.c: Same. * linux-low.c: Same. * linux-ppc-low.c: Same. * proc-service.c: Same. * regcache.h: Same. * server.c: Same. * tracepoint.c: Same. * win32-low.c: Same. gdb/stubs/ChangeLog: 2019-10-26 Tom de Vries * ia64vms-stub.c: Fix typos in comments. * m32r-stub.c: Same. * m68k-stub.c: Same. * sh-stub.c: Same. gdb/testsuite/ChangeLog: 2019-10-26 Tom de Vries * gdb.base/bigcore.c: Fix typos in comments. * gdb.base/ctf-ptype.c: Same. * gdb.base/long_long.c: Same. * gdb.dwarf2/dw2-op-out-param.S: Same. * gdb.python/py-evthreads.c: Same. * gdb.reverse/i387-stack-reverse.c: Same. * gdb.trace/tfile.c: Same. * lib/compiler.c: Same. * lib/compiler.cc: Same. Change-Id: I8573d84a577894270179ae30f46c48d806fc1beb --- gdb/tui/tui-data.h | 2 +- gdb/tui/tui-io.c | 2 +- gdb/tui/tui-win.c | 4 ++-- gdb/tui/tui.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gdb/tui') diff --git a/gdb/tui/tui-data.h b/gdb/tui/tui-data.h index 4710c76..8af1573 100644 --- a/gdb/tui/tui-data.h +++ b/gdb/tui/tui-data.h @@ -181,7 +181,7 @@ public: { } - /* Set whether this window is highglighted. */ + /* Set whether this window is highlighted. */ void set_highlight (bool highlight) { is_highlighted = highlight; diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index 6bb495b..964f2e3 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -90,7 +90,7 @@ key_is_start_sequence (int ch) be garbled. This is implemented with a pipe that TUI reads and readline writes to. A gdb input handler is created so that reading the pipe is handled automatically. This will probably not work on - non-Unix platforms. The best fix is to make readline clean enougth + non-Unix platforms. The best fix is to make readline clean enough so that is never write on stdout. Note SCz/2002-09-01: we now use more readline hooks and it seems diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index 41c61f1..6df5ea2 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -1050,7 +1050,7 @@ tui_adjust_win_heights (struct tui_win_info *primary_win_info, second_win = *(tui_source_windows ().begin ()); } if (primary_win_info == TUI_CMD_WIN) - { /* Split the change in height accross the 1st & 2nd + { /* Split the change in height across the 1st & 2nd windows, adjusting them as well. */ /* Subtract the locator. */ int first_split_diff = diff / 2; @@ -1072,7 +1072,7 @@ tui_adjust_win_heights (struct tui_win_info *primary_win_info, second_split_diff++; } } - /* Make sure that the minimum hieghts are + /* Make sure that the minimum heights are honored. */ while ((first_win->height + first_split_diff) < 3) { diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index e765d58..1568351 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -405,7 +405,7 @@ tui_enable (void) if (tui_active) return; - /* To avoid to initialize curses when gdb starts, there is a defered + /* To avoid to initialize curses when gdb starts, there is a deferred curses initialization. This initialization is made only once and the first time the curses mode is entered. */ if (tui_finish_init) -- cgit v1.1