aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-07-19 16:01:13 +0000
committerYao Qi <yao@codesourcery.com>2012-07-19 16:01:13 +0000
commita7c3d162281ed09f37e48c486f74885d2f1e61fc (patch)
treed3f64a22a808cce91caeae93b3c0ef076ce224b7 /gdb/remote.c
parent608b49672edd92191a25a2c365def9d2f4f51db7 (diff)
downloadbinutils-a7c3d162281ed09f37e48c486f74885d2f1e61fc.zip
binutils-a7c3d162281ed09f37e48c486f74885d2f1e61fc.tar.gz
binutils-a7c3d162281ed09f37e48c486f74885d2f1e61fc.tar.bz2
gdb/
* command.h, remote.c: Fix a typo in comment.
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 6ccab54..9e620df 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -1420,7 +1420,7 @@ static ptid_t any_thread_ptid;
static ptid_t general_thread;
static ptid_t continue_thread;
-/* This the traceframe which we last selected on the remote system.
+/* This is the traceframe which we last selected on the remote system.
It will be -1 if no traceframe is selected. */
static int remote_traceframe_number = -1;