git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@157 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2007-12-22 12:11:58 +00:00
parent f587b416f5
commit 79854f59e8
1 changed files with 1 additions and 1 deletions

View File

@ -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.