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 @@ -170,7 +170,7 @@ static void container_put(struct processing_module *mod, struct module_resource
170170
171171/**
172172 * Allocates aligned buffer memory block for module.
173- * @param mod Pointer to the module this memory block is allocatd for.
173+ * @param mod Pointer to the module this memory block is allocated for.
174174 * @param bytes Size in bytes.
175175 * @param alignment Alignment in bytes.
176176 * @return Pointer to the allocated memory or NULL if failed.
@@ -222,7 +222,7 @@ EXPORT_SYMBOL(mod_balloc_align);
222222
223223/**
224224 * Allocates aligned memory block with flags for module.
225- * @param mod Pointer to the module this memory block is allocatd for.
225+ * @param mod Pointer to the module this memory block is allocated for.
226226 * @param flags Allocator flags.
227227 * @param bytes Size in bytes.
228228 * @param alignment Alignment in bytes.
You can’t perform that action at this time.
0 commit comments