aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-11-26 13:19:18 +0000
committerYao Qi <yao@codesourcery.com>2012-11-26 13:19:18 +0000
commite6f3fa525639234ce5cff5159344af18f6d75d6b (patch)
tree87796063976fc107a69c7541a9cbbf2cb3d1af75 /gdb/remote.c
parent3e72e2126771d0201503338147bbb23539b994a1 (diff)
downloadgdb-e6f3fa525639234ce5cff5159344af18f6d75d6b.zip
gdb-e6f3fa525639234ce5cff5159344af18f6d75d6b.tar.gz
gdb-e6f3fa525639234ce5cff5159344af18f6d75d6b.tar.bz2
gdb/
2012-11-26 Yao Qi <yao@codesourcery.com> * remote.c (remote_start_remote): Typo fix.
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 be77ad1..929d4f5 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -3362,7 +3362,7 @@ remote_start_remote (int from_tty, struct target_ops *target, int extended_p)
else if (rs->non_stop_aware)
{
/* Don't assume that the stub can operate in all-stop mode.
- Request it explicitely. */
+ Request it explicitly. */
putpkt ("QNonStop:0");
getpkt (&rs->buf, &rs->buf_size, 0);