summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/mm/mm_sem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/mm_sem.c b/nuttx/mm/mm_sem.c
index 74b24af56..43d5221cd 100644
--- a/nuttx/mm/mm_sem.c
+++ b/nuttx/mm/mm_sem.c
@@ -180,7 +180,7 @@ void mm_takesemaphore(void)
ASSERT(mm_errno == EINTR);
}
- /* We have it. Claim the stak and return */
+ /* We have it. Claim the stake and return */
g_holder = my_pid;
g_counts_held = 1;