Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/audio/template/template.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down