Browse Source

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
tags/v0.9.0-rc1
Spencer Oliver 10 years ago
committed by Andreas Fritiofson
parent
commit
d9d416f49d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/target/armv7a.c

+ 1
- 1
src/target/armv7a.c 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,
},


Loading…
Cancel
Save