diff options
author | Patrick Palka <patrick@parcs.ath.cx> | 2015-01-07 16:23:39 -0500 |
---|---|---|
committer | Patrick Palka <patrick@parcs.ath.cx> | 2015-01-07 16:42:02 -0500 |
commit | fa5af12a25f2143b1acd9717fea1bf680e99697f (patch) | |
tree | 3cc79939b1547e4486054a58d24d08673dd9d2f2 /gdb/inflow.c | |
parent | 7c89917ffa6813f40fbb9f345411d59716e90714 (diff) | |
download | gdb-fa5af12a25f2143b1acd9717fea1bf680e99697f.zip gdb-fa5af12a25f2143b1acd9717fea1bf680e99697f.tar.gz gdb-fa5af12a25f2143b1acd9717fea1bf680e99697f.tar.bz2 |
Trivially tweak the comment documenting initial_gdb_ttystate
gdb/ChangeLog:
* inflow.c (initial_gdb_ttystate): Tweak comment.
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 4c81a68..1456fd8 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 *); |