aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src/chmtx.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-17 16:24:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-17 16:24:43 +0000
commit7ae3e3227ee895c3ed5ac3358411b07276c7838e (patch)
tree2d72cfb2839f315943af0270220d644389356d1e /os/kernel/src/chmtx.c
parent392c2fe70d224c4f564ebab5dcd3f0d607a546f0 (diff)
downloadChibiOS-7ae3e3227ee895c3ed5ac3358411b07276c7838e.tar.gz
ChibiOS-7ae3e3227ee895c3ed5ac3358411b07276c7838e.tar.bz2
ChibiOS-7ae3e3227ee895c3ed5ac3358411b07276c7838e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1748 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/src/chmtx.c')
-rw-r--r--os/kernel/src/chmtx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/src/chmtx.c b/os/kernel/src/chmtx.c
index cc179eb20..c3076163a 100644
--- a/os/kernel/src/chmtx.c
+++ b/os/kernel/src/chmtx.c
@@ -30,7 +30,7 @@
* - Not owned.
* - Owned by a thread.
* .
- * Some operations are defined on mutexes:
+ * Operations defined for mutexes:
* - <b>Lock</b>: The mutex is checked, if the mutex is not owned by
* some other thread then it is associated to the locking thread
* else the thread is queued on the mutex in a list ordered by