Skip to content

Commit 89189d0

Browse files
committed
audio: module-adapter: (cosmetic) fix two typos
s/allocatd/allocated/ Signed-off-by: Guennadi Liakhovetski <[email protected]>
1 parent cf70560 commit 89189d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/audio/module_adapter/module/generic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)