diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-01-16 18:32:42 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-01-16 18:32:42 +0200 |
commit | c54da50d66b46166e3542f64429741bd29e74eba (patch) | |
tree | e3e47ea961e1310b0ccc6c73ced9a41ab0a0f935 /gdb/tui/tui-win.c | |
parent | 6cdb25f4df143e8d98bd71bf943bbe61c702e239 (diff) | |
download | gdb-c54da50d66b46166e3542f64429741bd29e74eba.zip gdb-c54da50d66b46166e3542f64429741bd29e74eba.tar.gz gdb-c54da50d66b46166e3542f64429741bd29e74eba.tar.bz2 |
Fix an erroneous commentary.
gdb/
2015-01-16 Eli Zaretskii <eliz@gnu.org>
* tui/tui-win.c (tui_set_tab_width_command): Fix the commentary.
Diffstat (limited to 'gdb/tui/tui-win.c')
-rw-r--r-- | gdb/tui/tui-win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index 7e9bd1e..1a12cc6 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) { |