Fix typo.

Change-Id: Ibdd26c5c524b10a3518fe708e9b7fc917b0cb1b6
log_output
Tim Newsome 2019-01-02 12:42:31 -08:00
parent d6a6699f15
commit ccc093ab82
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ static dmi_status_t dmi_scan(struct target *target, uint32_t *address_in,
}
/* If dmi_busy_encountered is non-NULL, this function will use it to tell the
* caller whether DMI was every busy during this call. */
* caller whether DMI was ever busy during this call. */
static int dmi_op_timeout(struct target *target, uint32_t *data_in,
bool *dmi_busy_encountered, int dmi_op, uint32_t address,
uint32_t data_out, int timeout_sec, bool exec)