summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 14:46:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 14:46:47 +0000
commit3da637648a3a0d45d3cb0d87b3f500715f673106 (patch)
tree995152d8ce2348065278e71a67f65303124c544c /nuttx
parent10aab8f04fd291da1e69fe73d5135ad5d81987ff (diff)
downloadpx4-nuttx-3da637648a3a0d45d3cb0d87b3f500715f673106.tar.gz
px4-nuttx-3da637648a3a0d45d3cb0d87b3f500715f673106.tar.bz2
px4-nuttx-3da637648a3a0d45d3cb0d87b3f500715f673106.zip
Typo in comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1221 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-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;