From ccc093ab821f45832771f32b6abdfccc604a7ee2 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Wed, 2 Jan 2019 12:42:31 -0800 Subject: [PATCH] Fix typo. Change-Id: Ibdd26c5c524b10a3518fe708e9b7fc917b0cb1b6 --- src/target/riscv/riscv-013.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index 2fd63b9c1..36ec8393e 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -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)