typo in comment

This commit is contained in:
Megan Wachs 2017-04-07 15:43:23 -07:00 committed by GitHub
parent a4d3a8d415
commit ad157ec0f6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ static int riscv_detect_rtos(struct target *target)
static int riscv_create_rtos(struct target *target)
{
LOG_DEBUG("RISC-V Debug 'RTOS' created: this doesn't meat you're running an RTOS, just that you have multi-hart support on RISC-V");
LOG_DEBUG("RISC-V Debug 'RTOS' created: this doesn't mean you're running an RTOS, just that you have multi-hart support on RISC-V");
struct riscv_rtos *r = calloc(1, sizeof(*r));
target->rtos->rtos_specific_params = r;