forked from auracaster/openocd
helper: fix minor typos
Change-Id: I785e388148c0329e51cb0b39ab30e8ee44f5a7cd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5801 Tested-by: jenkins
This commit is contained in:
@@ -469,7 +469,7 @@ void kept_alive(void)
|
||||
gdb_timeout_warning(delta_time);
|
||||
}
|
||||
|
||||
/* if we sleep for extended periods of time, we must invoke keep_alive() intermittantly */
|
||||
/* if we sleep for extended periods of time, we must invoke keep_alive() intermittently */
|
||||
void alive_sleep(uint64_t ms)
|
||||
{
|
||||
uint64_t napTime = 10;
|
||||
@@ -493,7 +493,7 @@ void busy_sleep(uint64_t ms)
|
||||
}
|
||||
}
|
||||
|
||||
/* Maximum size of socket error message retreived from operation system */
|
||||
/* Maximum size of socket error message retrieved from operation system */
|
||||
#define MAX_SOCKET_ERR_MSG_LENGTH 256
|
||||
|
||||
/* Provide log message for the last socket error.
|
||||
|
||||
Reference in New Issue
Block a user