From ae2b53806d3ce384e349c722b21a7ad246102d5b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 27 Jun 2019 16:05:25 -0600 Subject: Fix comment typos This fixes a couple of comment typos that I noticed. gdb/ChangeLog 2019-07-17 Tom Tromey * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo. * tui/tui-win.c (tui_resize_all): Fix typo. --- gdb/tui/tui-data.c | 2 +- gdb/tui/tui-win.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/tui') diff --git a/gdb/tui/tui-data.c b/gdb/tui/tui-data.c index eacf174..70c14ef 100644 --- a/gdb/tui/tui-data.c +++ b/gdb/tui/tui-data.c @@ -120,7 +120,7 @@ tui_clear_source_windows () } -/* Clear the pertinant detail in the source windows. */ +/* Clear the pertinent detail in the source windows. */ void tui_clear_source_windows_detail () { diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index f83281f..a7f87e1 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -534,7 +534,7 @@ tui_rehighlight_all (void) } /* Resize all the windows based on the terminal size. This function - gets called from within the readline sinwinch handler. */ + gets called from within the readline SIGWINCH handler. */ void tui_resize_all (void) { -- cgit v1.1