summaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2005-05-28 18:57:13 +0000
committerDaniel Jacobowitz <dan@debian.org>2005-05-28 18:57:13 +0000
commitae4aadf858609ca9ba11cfdc230f5e77b62a29b4 (patch)
tree7ce348abd6fd5517ceb1705cc2067ac09640865d /gdb/remote.c
parent5f8bf303110b4bcca6a739a632649f7476b2014f (diff)
downloadgdb-ae4aadf858609ca9ba11cfdc230f5e77b62a29b4.tar.gz
From Wu Zhou <woodzltc@cn.ibm.com>:
* remote.c (struct gdb_ext_thread_info): Fix a comment typo. (remote_unpack_thread_info_response): Likewise.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index bc12efd26c3..f1d4a6989d1 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -1114,7 +1114,7 @@ struct gdb_ext_thread_info
int active; /* Has state interesting to GDB?
regs, stack. */
char display[256]; /* Brief state display, name,
- blocked/syspended. */
+ blocked/suspended. */
char shortname[32]; /* To be used to name threads. */
char more_display[256]; /* Long info, statistics, queue depth,
whatever. */
@@ -1489,7 +1489,7 @@ remote_unpack_thread_info_response (char *pkt, threadref *expectedref,
int mask, length;
unsigned int tag;
threadref ref;
- char *limit = pkt + (rs->remote_packet_size); /* plausable parsing limit */
+ char *limit = pkt + (rs->remote_packet_size); /* plausible parsing limit */
int retval = 1;
/* info->threadid = 0; FIXME: implement zero_threadref. */