diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-18 16:40:15 +0000 |
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-18 16:40:15 +0000 |
| commit | 814b642a0ced73a71ceb3b548c2c570e8631dd58 (patch) | |
| tree | b2fb649dca949d8781a2421ae9a52c58780448ca /os/kernel/src | |
| parent | e394b3218a459c2dd323c7b1dcaf0c547d37ad8f (diff) | |
| download | ChibiOS-814b642a0ced73a71ceb3b548c2c570e8631dd58.tar.gz ChibiOS-814b642a0ced73a71ceb3b548c2c570e8631dd58.tar.bz2 ChibiOS-814b642a0ced73a71ceb3b548c2c570e8631dd58.zip | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4112 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/src')
| -rw-r--r-- | os/kernel/src/chmtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/src/chmtx.c b/os/kernel/src/chmtx.c index 20a4700fe..6e32ca439 100644 --- a/os/kernel/src/chmtx.c +++ b/os/kernel/src/chmtx.c @@ -258,7 +258,7 @@ Mutex *chMtxUnlock(void) { chDbgAssert(ctp->p_mtxlist->m_owner == ctp,
"chMtxUnlock(), #2",
"ownership failure");
- /* Removes the top Mutex from the Thread's owned mutexes list and matk it
+ /* Removes the top Mutex from the Thread's owned mutexes list and marks it
as not owned.*/
ump = ctp->p_mtxlist;
ctp->p_mtxlist = ump->m_next;
|
