aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-22 12:11:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-22 12:11:58 +0000
commit79854f59e88a1a092dd4abca8dd77900b666073c (patch)
treeb8d470fe0909720a08561534a93be711dca365ff
parentf587b416f5bdcf37547c98042b0ba8f800fb992f (diff)
downloadChibiOS-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
-rw-r--r--src/chmtx.c2
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.