From c54da50d66b46166e3542f64429741bd29e74eba Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 16 Jan 2015 18:32:42 +0200 Subject: [PATCH] Fix an erroneous commentary. gdb/ 2015-01-16 Eli Zaretskii * tui/tui-win.c (tui_set_tab_width_command): Fix the commentary. --- gdb/ChangeLog | 2 ++ gdb/tui/tui-win.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e45f5c1bc7d..b7ba1b2adff 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,6 +4,8 @@ functions. (_initialize_tui_win) : : 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): diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index 7e9bd1e8790..1a12cc68b3b 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -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) { -- 2.30.2