Fix typo "checksm"

Fix typo "checksm".

gdb:

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

	* remote.c (getpkt_or_notif_sane_1): Fix typo "checksm".
This commit is contained in:
Yao Qi 2012-11-27 17:59:49 +08:00
parent f1ec7f0f3e
commit d9c4392818
2 changed files with 5 additions and 1 deletions

View 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

View 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++)
{