summaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorqiyao <qiyao>2013-10-11 03:01:09 +0000
committerqiyao <qiyao>2013-10-11 03:01:09 +0000
commit66c73976c34494b0873621ba2b97ae9adcee56b4 (patch)
treef3f0365fe8d9d0a142cda47b0845e3ea19a9aacf /gdb/remote.c
parent7e2f1f17871b71174f2131d9e3a54c81fe7ad954 (diff)
downloadgdb-66c73976c34494b0873621ba2b97ae9adcee56b4.tar.gz
gdb/
Typo fix in my previous commit.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index af3eac50879..a2e8a01b2f1 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;