Skip to content

Commit 79debdf

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

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
@@ -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.

0 commit comments

Comments
 (0)