This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] Fix a typo in comment.


Hi,
Looks like "is" is missing in the sentece below, and this patch is to add
"is".  It is obvious, and I'll apply it.

gdb:

2012-06-22  Yao Qi  <yao@codesourcery.com>

	* remote.c: Fix a typo in comment.
---
 gdb/remote.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gdb/remote.c b/gdb/remote.c
index a516e5b..f12787a 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -1421,7 +1421,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;
 
-- 
1.7.7.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]