diff options
author | Yao Qi <yao@codesourcery.com> | 2012-11-27 17:59:49 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-11-30 11:17:16 +0800 |
commit | d9c43928180cc298ece7de1a27eafbf6c8c38de7 (patch) | |
tree | 1282c8c6efc335fa99b9ffa240f8ec98809d7609 /gdb | |
parent | f1ec7f0f3ed78866d58de528e31c543906cff1d6 (diff) | |
download | fsf-binutils-gdb-d9c43928180cc298ece7de1a27eafbf6c8c38de7.zip fsf-binutils-gdb-d9c43928180cc298ece7de1a27eafbf6c8c38de7.tar.gz fsf-binutils-gdb-d9c43928180cc298ece7de1a27eafbf6c8c38de7.tar.bz2 |
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".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | 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 be54450..aa41264 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -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++) { |