public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix typo in TUI comment
@ 2024-04-27 17:45 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2024-04-27 17:45 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b822bc0c123091fb2e747db15eebc30307118a81

commit b822bc0c123091fb2e747db15eebc30307118a81
Author: Tom Tromey <tom@tromey.com>
Date:   Sat Jan 20 15:52:37 2024 -0700

    Fix typo in TUI comment
    
    tui_win_info::make_visible has a mildly misleading comment -- it says
    "visible" where "invisible" is meant.  This patch fixes it.

Diff:
---
 gdb/tui/tui-wingeneral.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/tui/tui-wingeneral.c b/gdb/tui/tui-wingeneral.c
index c14ac5a8faf..e4d7a688ee3 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-27 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-27 17:45 [binutils-gdb] Fix typo in TUI comment Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).