mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user