From: Yao Qi Date: Fri, 11 Oct 2013 03:01:09 +0000 (+0000) Subject: gdb/ X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=340e3c99cb35a95c1052e7cecc906fc5debb7d57;hp=bcc75809a45a6ec06401e3963a021ef9ab778487;p=deliverable%2Fbinutils-gdb.git gdb/ Typo fix in my previous commit. --- diff --git a/gdb/remote.c b/gdb/remote.c index af3eac5087..a2e8a01b2f 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;