aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-01-02 12:42:31 -0800
committerTim Newsome <tim@sifive.com>2019-01-02 12:42:31 -0800
commitccc093ab821f45832771f32b6abdfccc604a7ee2 (patch)
tree16886c78fb0d44e0297fff71d6acb1a23321c8dd
parentd6a6699f1518d5ec72d0382da5b31a8c546a4e61 (diff)
downloadriscv-openocd-ccc093ab821f45832771f32b6abdfccc604a7ee2.zip
riscv-openocd-ccc093ab821f45832771f32b6abdfccc604a7ee2.tar.gz
riscv-openocd-ccc093ab821f45832771f32b6abdfccc604a7ee2.tar.bz2
Fix typo.
Change-Id: Ibdd26c5c524b10a3518fe708e9b7fc917b0cb1b6
-rw-r--r--src/target/riscv/riscv-013.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c
index 2fd63b9..36ec839 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)