]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix an erroneous commentary.
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Jan 2015 16:32:42 +0000 (18:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Jan 2015 16:32:42 +0000 (18:32 +0200)
gdb/
2015-01-16  Eli Zaretskii  <eliz@gnu.org>

    * tui/tui-win.c (tui_set_tab_width_command): Fix the commentary.

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

index e45f5c1bc7d0a1dde5031ba68efd4fb0fbb914e7..b7ba1b2adff6307dff7555935c94342f324eaeee 100644 (file)
@@ -4,6 +4,8 @@
        functions.
        (_initialize_tui_win) <border-kind, border-mode>:
        <active-border-mode>: Use tui_set_var_cmd as the "set" function.
+       (tui_set_tab_width_command): Fix the commentary.
+
        * tui/tui-win.h: Add prototype for tui_rehighlight_all.
 
        * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
index 7e9bd1e87904073e0d5895a1e0209a222fb63520..1a12cc68b3bcacdc3dc1c6d01eb564718fbd85cf 100644 (file)
@@ -1007,7 +1007,7 @@ tui_refresh_all_command (char *arg, int from_tty)
 }
 
 
-/* Set the height of the specified window.  */
+/* Set the tab width of the specified window.  */
 static void
 tui_set_tab_width_command (char *arg, int from_tty)
 {