Fix typo "checksm"
authorYao Qi <yao@codesourcery.com>
Tue, 27 Nov 2012 09:59:49 +0000 (17:59 +0800)
committerYao Qi <yao@codesourcery.com>
Sat, 30 Nov 2013 03:17:16 +0000 (11:17 +0800)
Fix typo "checksm".

gdb:

2013-11-30  Yao Qi  <yao@codesourcery.com>

* remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".

gdb/ChangeLog
gdb/remote.c

index 621e54d..2033b47 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-30  Yao Qi  <yao@codesourcery.com>
+
+       * remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
+
 2013-11-29  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * gdbarch.sh: Remove include of "gdb_string.h", replace by
index be54450..aa41264 100644 (file)
@@ -7690,7 +7690,7 @@ getpkt_or_notif_sane_1 (char **buf, long *sizeof_buf, int forever,
      we get a packet.  */
   for (;;)
     {
-      /* If we get a timeout or bad checksm, retry up to MAX_TRIES
+      /* If we get a timeout or bad checksum, retry up to MAX_TRIES
         times.  */
       for (tries = 1; tries <= MAX_TRIES; tries++)
        {