From 66c73976c34494b0873621ba2b97ae9adcee56b4 Mon Sep 17 00:00:00 2001 From: qiyao Date: Fri, 11 Oct 2013 03:01:09 +0000 Subject: gdb/ Typo fix in my previous commit. --- gdb/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote.c') 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; -- cgit v1.2.1