Fix comment typos

This fixes a couple of comment typos that I noticed.

gdb/ChangeLog
2019-07-17  Tom Tromey  <tom@tromey.com>

	* tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
	* tui/tui-win.c (tui_resize_all): Fix typo.
This commit is contained in:
Tom Tromey 2019-06-27 16:05:25 -06:00
parent 1ce3e8442e
commit ae2b53806d
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2019-07-17 Tom Tromey <tom@tromey.com>
* tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
* tui/tui-win.c (tui_resize_all): Fix typo.
2019-07-17 Tom Tromey <tom@tromey.com>
* tui/tui-wingeneral.h (tui_refresh_all): Update.

View file

@ -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 ()
{

View file

@ -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)
{