armv7a: fix typo in cache_config help text
authorSpencer Oliver <spen@spen-soft.co.uk>
Tue, 15 Apr 2014 14:24:32 +0000 (15:24 +0100)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Mon, 5 May 2014 20:19:25 +0000 (20:19 +0000)
Change-Id: I48cb83bf56b2f6841c3add68ed94b9f92037357d
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/2114
Tested-by: jenkins
src/target/armv7a.c

index bfe4ef4de35a85e1bf45f8f4de0d817d43fffb20..11e7a37eefb57d221afeebd93803b50995ddfc6c 100644 (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,
        },