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 64e3a1b4c8ba915cde7b0fd1c5b7dded868dc479..c7318267a1f24d0e8296655b97dea799cbf521cb 100644 (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.
index eacf174bbe7962ca3e794b52999608d9a84107c5..70c14ef67ba0ca9a9b4a3740cabb9f3284fa07f4 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 f83281f790259fad4b115024387adc49c6ce9ec3..a7f87e1de1375787294d7f90339a96a5603c30fb 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)
 {
This page took 0.030277 seconds and 4 git commands to generate.