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:
parent
1ce3e8442e
commit
ae2b53806d
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue