From 796cb314e792023f954f66150c2cc78bd048f142 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 15 Feb 2013 03:37:12 +0000 Subject: [PATCH] gdb/ * remote.c: Fix a typo. --- gdb/ChangeLog | 4 ++++ gdb/remote.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73d5d994e9e..cc579088b60 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-02-15 Yao Qi + + * remote.c: Fix a typo. + 2013-02-14 Pierre Muller * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove. diff --git a/gdb/remote.c b/gdb/remote.c index 18fe61da11d..608f6be85bc 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5664,7 +5664,7 @@ Packet: '%s'\n"), Obviously, the reply in step #1.6 would be unexpected to a vStopped query. - To solve this, whenever we parse a %Stop notification sucessfully, + To solve this, whenever we parse a %Stop notification successfully, we mark the REMOTE_ASYNC_GET_PENDING_EVENTS_TOKEN, and carry on doing whatever we were doing: -- 2.30.2