Fix comment typos
authorTom Tromey <tom@tromey.com>
Thu, 27 Jun 2019 22:05:25 +0000 (16:05 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 18:19:03 +0000 (12:19 -0600)
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.

gdb/ChangeLog
gdb/tui/tui-data.c
gdb/tui/tui-win.c

index 64e3a1b..c731826 100644 (file)
@@ -1,5 +1,10 @@
 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.
        * tui/tui-wingeneral.c (make_all_visible): Use foreach.
        (tui_refresh_all): Remove "list" parameter.  Use foreach.
index eacf174..70c14ef 100644 (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 ()
 {
index f83281f..a7f87e1 100644 (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)
 {