armv7a: fix typo in cache_config help text
[fw/openocd] / 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,
        },