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

master
gdisirio 2012-06-30 08:56:02 +00:00
parent ead754141b
commit f197ecf1cd
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ void chSemSignalI(Semaphore *sp) {
"inconsistent semaphore");
if (++sp->s_cnt <= 0) {
/* note, it is done this way in order to allow a tail call on
/* Note, it is done this way in order to allow a tail call on
chSchReadyI().*/
Thread *tp = fifo_remove(&sp->s_queue);
tp->p_u.rdymsg = RDY_OK;