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>
This commit is contained in:
parent
07da3b3913
commit
0627e4686a
|
@ -1412,7 +1412,7 @@ static int dap_rom_display(struct command_context *cmd_ctx,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
major = "Perfomance Monitor";
|
major = "Performance Monitor";
|
||||||
switch (minor) {
|
switch (minor) {
|
||||||
case 0:
|
case 0:
|
||||||
subtype = "other";
|
subtype = "other";
|
||||||
|
|
Loading…
Reference in New Issue