File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/audio/module_adapter/module Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ static void container_put(struct processing_module *mod, struct module_resource
164164
165165/**
166166 * Allocates aligned buffer memory block for module.
167- * @param mod Pointer to the module this memory block is allocatd for.
167+ * @param mod Pointer to the module this memory block is allocated for.
168168 * @param bytes Size in bytes.
169169 * @param alignment Alignment in bytes.
170170 * @return Pointer to the allocated memory or NULL if failed.
@@ -216,7 +216,7 @@ EXPORT_SYMBOL(mod_balloc_align);
216216
217217/**
218218 * Allocates aligned memory block with flags for module.
219- * @param mod Pointer to the module this memory block is allocatd for.
219+ * @param mod Pointer to the module this memory block is allocated for.
220220 * @param flags Allocator flags.
221221 * @param bytes Size in bytes.
222222 * @param alignment Alignment in bytes.
You can’t perform that action at this time.
0 commit comments