From 951bc53a03e33b44cadabd9acd87a4d6c1f31001 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 28 May 2025 08:46:26 +0200 Subject: [PATCH] fix(sysview): fixed spelling mistake in comment --- examples/system/sysview_tracing/main/sysview_tracing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/system/sysview_tracing/main/sysview_tracing.c b/examples/system/sysview_tracing/main/sysview_tracing.c index 5a68888bfe..4cf8799549 100644 --- a/examples/system/sysview_tracing/main/sysview_tracing.c +++ b/examples/system/sysview_tracing/main/sysview_tracing.c @@ -138,7 +138,7 @@ void app_main(void) #if CONFIG_APPTRACE_SV_ENABLE && CONFIG_USE_CUSTOM_EVENT_ID // Currently OpenOCD does not support requesting module info from target. So do the following... - // Wait untill SystemView module receives START command from host, + // Wait until SystemView module receives START command from host, // after that data can be sent to the host using onboard API, // so user module description does not need to be requested by OpenOCD itself. while (!SEGGER_SYSVIEW_Started()) {