diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 4c81a6858d4..1456fd805dc 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -79,8 +79,8 @@ struct terminal_info unimportant. */ static struct terminal_info our_terminal_info; -/* The initial tty state given to each new inferior. It is a snapshot of our - own tty state taken during initialization of GDB. */ +/* Snapshot of our own tty state taken during initialization of GDB. + This is used as the initial tty state given to each new inferior. */ static serial_ttystate initial_gdb_ttystate; static struct terminal_info *get_inflow_inferior_data (struct inferior *); |