|
@@ -153,7 +153,7 @@ struct sst_block_allocator {
|
|
|
};
|
|
|
|
|
|
/*
|
|
|
- * Runtime Module Instance - A module object can be instanciated multiple
|
|
|
+ * Runtime Module Instance - A module object can be instantiated multiple
|
|
|
* times within the DSP FW.
|
|
|
*/
|
|
|
struct sst_module_runtime {
|
|
@@ -193,7 +193,7 @@ enum sst_module_state {
|
|
|
*
|
|
|
* Each Firmware file can consist of 1..N modules. A module can span multiple
|
|
|
* ADSP memory blocks. The simplest FW will be a file with 1 module. A module
|
|
|
- * can be instanciated multiple times in the DSP.
|
|
|
+ * can be instantiated multiple times in the DSP.
|
|
|
*/
|
|
|
struct sst_module {
|
|
|
struct sst_dsp *dsp;
|