From: Mete Balci Date: Thu, 28 Mar 2019 09:35:30 +0000 (+0100) Subject: target/arm_adi_v5: fix typo X-Git-Tag: v0.11.0-rc1~767 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=0627e4686aa18159327751361940595e19b0c525 target/arm_adi_v5: fix typo Fixed the small typo. Change-Id: Ia8834b23302d25e92cb2fa0802bebb2a9416595b Signed-off-by: Mete Balci Reviewed-on: http://openocd.zylin.com/5001 Tested-by: jenkins Reviewed-by: Antonio Borneo --- diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index 021d02a44c..9a641fce22 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";