From 6172c451b2a2f88759518cef5009d60f7137a33d Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Fri, 12 Dec 2025 17:59:06 +0200 Subject: [PATCH] Audio: Template: Fix typo in comment This small fix avoids the typo to propagate to new components created with scripts/sdk-create-module.py. Signed-off-by: Seppo Ingalsuo --- src/audio/template/template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/template/template.c b/src/audio/template/template.c index 679e0fcb6166..a475ebf02281 100644 --- a/src/audio/template/template.c +++ b/src/audio/template/template.c @@ -17,7 +17,7 @@ SOF_DEFINE_REG_UUID(template); /* Creates logging data for the component */ LOG_MODULE_REGISTER(template, CONFIG_SOF_LOG_LEVEL); -/* Creates the compont trace. Traces show in trace console the component +/* Creates the component trace. Traces show in trace console the component * info, warning, and error messages. */ DECLARE_TR_CTX(template_tr, SOF_UUID(template_uuid), LOG_LEVEL_INFO);