Fix typo.

sba_tests
Tim Newsome 2018-08-29 16:05:54 -07:00 committed by GitHub
parent 2608b8e25d
commit a0afcba66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1645,7 +1645,7 @@ static const struct command_registration riscv_exec_command_handlers[] = {
.help = "Perform a series of tests on the SBCS register." .help = "Perform a series of tests on the SBCS register."
"Inputs are a legal, 128-byte aligned address and a number of words to" "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," "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," ", an illegal, 128-byte aligned address for error flag/handling cases,"
"and whether sbbusyerror test should be run." "and whether sbbusyerror test should be run."
}, },