This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/users/hjl/linux/master] Trivially tweak the comment documenting initial_gdb_ttystate


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

commit fa5af12a25f2143b1acd9717fea1bf680e99697f
Author: Patrick Palka <patrick@parcs.ath.cx>
Date:   Wed Jan 7 16:23:39 2015 -0500

    Trivially tweak the comment documenting initial_gdb_ttystate
    
    gdb/ChangeLog:
    
    	* inflow.c (initial_gdb_ttystate): Tweak comment.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/inflow.c  | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e9b0377..b188988 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
+
+	* inflow.c (initial_gdb_ttystate): Tweak comment.
+
 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
 
 	* inflow.c (set_initial_gdb_ttystate): Add empty line after
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 *);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]