From 87805ba16625d490475be626372a87d7c53e700c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 5 Feb 2009 22:23:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@724 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/testmtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testmtx.c b/test/testmtx.c index 4d8df7d02..52c756436 100644 --- a/test/testmtx.c +++ b/test/testmtx.c @@ -50,7 +50,7 @@ static msg_t thread1(void *p) { static void mtx1_execute(void) { - tprio_t prio = chThdGetPriority(); // Bacause priority inheritance. + tprio_t prio = chThdGetPriority(); // Because priority inheritance. chMtxLock(&m1); threads[0] = chThdCreateStatic(wa[0], WA_SIZE, prio+1, thread1, "E"); threads[1] = chThdCreateStatic(wa[1], WA_SIZE, prio+2, thread1, "D"); -- cgit v1.2.3