aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2018-08-29 16:05:54 -0700
committerGitHub <noreply@github.com>2018-08-29 16:05:54 -0700
commita0afcba66dda9b3213fc061dd744c79eaa134dc4 (patch)
tree3dfaddbf43d9cc972da57c181e4302223c5b8610
parent2608b8e25dc6a8d29658b66055ce1d942052cdb3 (diff)
downloadriscv-openocd-a0afcba66dda9b3213fc061dd744c79eaa134dc4.zip
riscv-openocd-a0afcba66dda9b3213fc061dd744c79eaa134dc4.tar.gz
riscv-openocd-a0afcba66dda9b3213fc061dd744c79eaa134dc4.tar.bz2
Fix typo.
-rw-r--r--src/target/riscv/riscv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/riscv/riscv.c b/src/target/riscv/riscv.c
index dbfaf59..7b965f2 100644
--- a/src/target/riscv/riscv.c
+++ b/src/target/riscv/riscv.c
@@ -1645,7 +1645,7 @@ static const struct command_registration riscv_exec_command_handlers[] = {
.help = "Perform a series of tests on the SBCS register."
"Inputs are a legal, 128-byte aligned address and a number of words to"
"read/write starting at that address (i.e., address range [legal address,"
- "legal_address+word_size*num_words) must be legally readaable/writable)"
+ "legal_address+word_size*num_words) must be legally readable/writable)"
", an illegal, 128-byte aligned address for error flag/handling cases,"
"and whether sbbusyerror test should be run."
},