diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-22 12:11:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-22 12:11:58 +0000 |
commit | 79854f59e88a1a092dd4abca8dd77900b666073c (patch) | |
tree | b8d470fe0909720a08561534a93be711dca365ff /src/chmtx.c | |
parent | f587b416f5bdcf37547c98042b0ba8f800fb992f (diff) | |
download | ChibiOS-79854f59e88a1a092dd4abca8dd77900b666073c.tar.gz ChibiOS-79854f59e88a1a092dd4abca8dd77900b666073c.tar.bz2 ChibiOS-79854f59e88a1a092dd4abca8dd77900b666073c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@157 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chmtx.c')
-rw-r--r-- | src/chmtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmtx.c b/src/chmtx.c index 403408f58..d4da170e1 100644 --- a/src/chmtx.c +++ b/src/chmtx.c @@ -135,7 +135,7 @@ void chMtxUnlock(void) { chSysLock();
chDbgAssert((currp->p_mtxlist != NULL) && (currp->p_mtxlist->m_owner == currp),
- "chmtx.c, chMtxUnlockS()");
+ "chmtx.c, chMtxUnlock()");
/*
* Removes the top Mutex from the owned mutexes list and marks it as not owned.
|