From e5e36213c10234b5ceab3da833b5dbd0c26ad079 Mon Sep 17 00:00:00 2001 From: Rafael Silva Date: Tue, 3 Oct 2023 23:26:58 +0100 Subject: [PATCH] jtag_scan: refactor comment --- src/target/jtag_scan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/target/jtag_scan.c b/src/target/jtag_scan.c index d3fc1e45..c28b2dae 100644 --- a/src/target/jtag_scan.c +++ b/src/target/jtag_scan.c @@ -83,7 +83,8 @@ bool jtag_scan(void) /* * Initialise the JTAG backend if it's not already - * This will automatically do the SWD-to-JTAG sequence just in case we've got any SWJ-DP's in chain + * This will automatically do the SWD-to-JTAG sequence just in case we've got + * any SWD/JTAG DPs in the chain */ DEBUG_INFO("Resetting TAP\n"); #if PC_HOSTED == 1