diff options
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui-wingeneral.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-wingeneral.c b/gdb/tui/tui-wingeneral.c index c14ac5a..e4d7a68 100644 --- a/gdb/tui/tui-wingeneral.c +++ b/gdb/tui/tui-wingeneral.c @@ -176,7 +176,7 @@ tui_win_info::make_window () } /* We can't really make windows visible, or invisible. So we have to - delete the entire window when making it visible, and create it + delete the entire window when making it invisible, and create it again when making it visible. */ void tui_win_info::make_visible (bool visible) |