aboutsummaryrefslogtreecommitdiff
path: root/src/target
diff options
context:
space:
mode:
authorMete Balci <metebalci@gmail.com>2019-03-28 10:35:30 +0100
committerTomas Vanek <vanekt@fbl.cz>2019-04-03 21:59:16 +0100
commit0627e4686aa18159327751361940595e19b0c525 (patch)
tree6f2527901b495ef3392eb95e725d74e599577da0 /src/target
parent07da3b3913dcb6b65564f4fe67c2f26032f180c0 (diff)
downloadriscv-openocd-0627e4686aa18159327751361940595e19b0c525.zip
riscv-openocd-0627e4686aa18159327751361940595e19b0c525.tar.gz
riscv-openocd-0627e4686aa18159327751361940595e19b0c525.tar.bz2
target/arm_adi_v5: fix typo
Fixed the small typo. Change-Id: Ia8834b23302d25e92cb2fa0802bebb2a9416595b Signed-off-by: Mete Balci <metebalci@gmail.com> Reviewed-on: http://openocd.zylin.com/5001 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/target')
-rw-r--r--src/target/arm_adi_v5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c
index 021d02a..9a641fc 100644
--- a/src/target/arm_adi_v5.c
+++ b/src/target/arm_adi_v5.c
@@ -1412,7 +1412,7 @@ static int dap_rom_display(struct command_context *cmd_ctx,
}
break;
case 6:
- major = "Perfomance Monitor";
+ major = "Performance Monitor";
switch (minor) {
case 0:
subtype = "other";