forked from auracaster/openocd
- fix typo
git-svn-id: svn://svn.berlios.de/openocd/trunk@862 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -401,7 +401,7 @@ int target_process_reset(struct command_context_s *cmd_ctx, enum target_reset_mo
|
|||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_DEBUG("Waiting for halted stated as approperiate");
|
LOG_DEBUG("Waiting for halted stated as appropriate");
|
||||||
|
|
||||||
/* Wait for reset to complete, maximum 5 seconds. */
|
/* Wait for reset to complete, maximum 5 seconds. */
|
||||||
gettimeofday(&timeout, NULL);
|
gettimeofday(&timeout, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user