* remote.c (struct gdb_ext_thread_info): Fix a comment typo.
(remote_unpack_thread_info_response): Likewise.
+2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
+
+ From Wu Zhou <woodzltc@cn.ibm.com>:
+ * remote.c (struct gdb_ext_thread_info): Fix a comment typo.
+ (remote_unpack_thread_info_response): Likewise.
+
2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
* cli/cli-setshow.c (do_setshow_command): Partially revert previous
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. */
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. */