From a0afcba66dda9b3213fc061dd744c79eaa134dc4 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Wed, 29 Aug 2018 16:05:54 -0700 Subject: Fix typo. --- src/target/riscv/riscv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }, -- cgit v1.1