pipeline: Fix spelling error

Changed `coomponents` to `components`

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2020-10-13 16:18:38 +02:00 committed by Daniel Baluta
parent 2aa62e1e65
commit 9b5f48b3a3
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ struct pipeline_walk_context {
/*
* If this flag is set, pipeline_for_each_comp() will skip all
* incompletely initialised components, i.e. those, whose .pipeline ==
* NULL. Such coomponents should not be skipped during initialisation
* NULL. Such components should not be skipped during initialisation
* and clean up, but they should be skipped during streaming.
*/
bool skip_incomplete;