From Wu Zhou <woodzltc@cn.ibm.com>:
authorDaniel Jacobowitz <drow@false.org>
Sat, 28 May 2005 18:57:13 +0000 (18:57 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sat, 28 May 2005 18:57:13 +0000 (18:57 +0000)
* remote.c (struct gdb_ext_thread_info): Fix a comment typo.
(remote_unpack_thread_info_response): Likewise.

gdb/ChangeLog
gdb/remote.c

index 3e0d69d336cee989f75c5c461390798b6a142bb2..92e8b4f52fbae1b15b70667004de2f25f37d8fb2 100644 (file)
@@ -1,3 +1,9 @@
+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
index bc12efd26c37e520c07e2039843dcb2fb9cb864d..f1d4a6989d1a405d3fb1f43b125f7edf6b84cf46 100644 (file)
@@ -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.  */