aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2014-04-15 15:24:32 +0100
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2014-05-05 20:19:25 +0000
commitd9d416f49dc7036b00ad025d7711e6709faf19cb (patch)
tree65e238de758be483d45e9ac197bae771835c131e /src/target/armv7a.c
parentb1a1a48b30243d3582a8443f4baf3dd500683eda (diff)
downloadriscv-openocd-d9d416f49dc7036b00ad025d7711e6709faf19cb.zip
riscv-openocd-d9d416f49dc7036b00ad025d7711e6709faf19cb.tar.gz
riscv-openocd-d9d416f49dc7036b00ad025d7711e6709faf19cb.tar.bz2
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
Diffstat (limited to 'src/target/armv7a.c')
-rw-r--r--src/target/armv7a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7a.c b/src/target/armv7a.c
index bfe4ef4..11e7a37 100644
--- a/src/target/armv7a.c
+++ b/src/target/armv7a.c
@@ -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,
},