Skip to content

Commit 378e75e

Browse files
Wilfred MallawaMaureenHelm
authored andcommitted
include: app_memory: mem_domain: fixup single typo
Fixup a single typo in `mem_domain.h`. Signed-off-by: Wilfred Mallawa <[email protected]>
1 parent d2ea3e7 commit 378e75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/app_memory/mem_domain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct k_mem_partition {
6565
* @brief Memory Domain
6666
*
6767
* A memory domain is a collection of memory partitions, used to represent
68-
* a user thread's access policy for the linear addresss space. A thread
68+
* a user thread's access policy for the linear address space. A thread
6969
* may be a member of only one memory domain, but any memory domain may
7070
* have multiple threads that are members.
7171
*

0 commit comments

Comments
 (0)