aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-10-11 03:01:09 +0000
committerYao Qi <yao@codesourcery.com>2013-10-11 03:01:09 +0000
commit340e3c99cb35a95c1052e7cecc906fc5debb7d57 (patch)
tree8214da9905cbeb49b4f7a5c04fec15932b88cfe8 /gdb
parentbcc75809a45a6ec06401e3963a021ef9ab778487 (diff)
downloadgdb-340e3c99cb35a95c1052e7cecc906fc5debb7d57.zip
gdb-340e3c99cb35a95c1052e7cecc906fc5debb7d57.tar.gz
gdb-340e3c99cb35a95c1052e7cecc906fc5debb7d57.tar.bz2
gdb/
Typo fix in my previous commit.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index af3eac5..a2e8a01 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -5274,7 +5274,7 @@ typedef struct stop_reply
/* The identifier of the thread about this event */
ptid_t ptid;
- /* The remote state this event associated is with. When the remote
+ /* The remote state this event is associated with. When the remote
connection, represented by a remote_state object, is closed,
all the associated stop_reply events should be released. */
struct remote_state *rs;