Fix cut and paste error message.

Change-Id: I1ff28278c6fc1b6dda1be53ca4f8ec2dd841b117
This commit is contained in:
Tim Newsome 2018-03-06 13:22:57 -08:00
parent ddb894edf6
commit c10c570dca
1 changed files with 1 additions and 1 deletions

View File

@ -1388,7 +1388,7 @@ COMMAND_HANDLER(riscv_dmi_read)
command_print(CMD_CTX, "0x%" PRIx32, value);
return ERROR_OK;
} else {
LOG_ERROR("authdata_read is not implemented for this target.");
LOG_ERROR("dmi_read is not implemented for this target.");
return ERROR_FAIL;
}
}