aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
diff options
context:
space:
mode:
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 bfe4ef4d..11e7a37e 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,
},