Skip to content

Commit 6172c45

Browse files
committed
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 <seppo.ingalsuo@linux.intel.com>
1 parent a636d43 commit 6172c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/template/template.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SOF_DEFINE_REG_UUID(template);
1717
/* Creates logging data for the component */
1818
LOG_MODULE_REGISTER(template, CONFIG_SOF_LOG_LEVEL);
1919

20-
/* Creates the compont trace. Traces show in trace console the component
20+
/* Creates the component trace. Traces show in trace console the component
2121
* info, warning, and error messages.
2222
*/
2323
DECLARE_TR_CTX(template_tr, SOF_UUID(template_uuid), LOG_LEVEL_INFO);

0 commit comments

Comments
 (0)