From 772b2422e75580b72f16456413ffce96da4d3578 Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:43:29 -0500 Subject: [PATCH] Update src/platform/silabs/tracing/BackendImpl.h Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> --- src/platform/silabs/tracing/BackendImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/silabs/tracing/BackendImpl.h b/src/platform/silabs/tracing/BackendImpl.h index 9b64825bb8..f9ae3b5e6c 100644 --- a/src/platform/silabs/tracing/BackendImpl.h +++ b/src/platform/silabs/tracing/BackendImpl.h @@ -46,7 +46,7 @@ class BackendImpl : public ::chip::Tracing::Backend public: BackendImpl() = default; // TraceBegin, TraceEnd and TraceInstant are redundant with LogMetricEvent in the usecases that we are trying to track, - // so we are not implementing them at current to avoid duplication of the same information in the trace. We might implement it + // so we are not implementing these at the moment to avoid duplication of the same information in the trace. We might implement them // in the future if we want to add new traces that are not related to our metrics measurements void TraceBegin(const char * label, const char * group) override; void TraceEnd(const char * label, const char * group) override;