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__
Spencer Oliver 2014-04-15 15:24:32 +01:00 committed by Andreas Fritiofson
parent b1a1a48b30
commit d9d416f49d
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},