mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
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:
@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user