diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e0d69d336..92e8b4f52f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2005-05-28 Daniel Jacobowitz + + From Wu Zhou : + * remote.c (struct gdb_ext_thread_info): Fix a comment typo. + (remote_unpack_thread_info_response): Likewise. + 2005-05-28 Daniel Jacobowitz * cli/cli-setshow.c (do_setshow_command): Partially revert previous diff --git a/gdb/remote.c b/gdb/remote.c index bc12efd26c..f1d4a6989d 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. */