Trivially tweak the comment documenting initial_gdb_ttystate
authorPatrick Palka <patrick@parcs.ath.cx>
Wed, 7 Jan 2015 21:23:39 +0000 (16:23 -0500)
committerPatrick Palka <patrick@parcs.ath.cx>
Wed, 7 Jan 2015 21:42:02 +0000 (16:42 -0500)
gdb/ChangeLog:

* inflow.c (initial_gdb_ttystate): Tweak comment.

gdb/ChangeLog
gdb/inflow.c

index e9b037796ff8e581b75afd0ddeca7b021631fc07..b1889883e49daa88ab3e2f1bb7f61c5c9e8218ea 100644 (file)
@@ -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
index 4c81a6858d409df2a4c399e20ba25de8b48f458a..1456fd805dce2a3dcf21d6663493a2814f67ecdf 100644 (file)
@@ -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 *);
This page took 0.027623 seconds and 4 git commands to generate.