From 79854f59e88a1a092dd4abca8dd77900b666073c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 22 Dec 2007 12:11:58 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@157 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chmtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.