public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH OBV] Fix typo "checksm"
@ 2013-11-30  5:44 Yao Qi
  0 siblings, 0 replies; only message in thread
From: Yao Qi @ 2013-11-30  5:44 UTC (permalink / raw)
  To: gdb-patches

Fix typo "checksm".  Patch is pushed.

gdb:

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

	* remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
---
 gdb/ChangeLog |    4 ++++
 gdb/remote.c  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 621e54d..2033b47 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/remote.c b/gdb/remote.c
index 45f9591..8e36496 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -7714,7 +7714,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++)
 	{
-- 
1.7.7.6

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-30  3:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-30  5:44 [PATCH OBV] Fix typo "checksm" Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).