armv7a: fix typo in cache_config help text
Change-Id: I48cb83bf56b2f6841c3add68ed94b9f92037357d Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/2114 Tested-by: jenkins__archive__
parent
b1a1a48b30
commit
d9d416f49d
|
@ -785,7 +785,7 @@ const struct command_registration l2x_cache_command_handlers[] = {
|
|||
{
|
||||
.name = "cache_config",
|
||||
.mode = COMMAND_EXEC,
|
||||
.help = "cache configuation for a target",
|
||||
.help = "cache configuration for a target",
|
||||
.usage = "",
|
||||
.chain = l2_cache_commands,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue