diff --git a/src/target/armv7a.c b/src/target/armv7a.c index bfe4ef4de..11e7a37ee 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, },