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.
+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.
}
-/* Clear the pertinant detail in the source windows. */
+/* Clear the pertinent detail in the source windows. */
void
tui_clear_source_windows_detail ()
{
}
/* 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)
{