score: Fix comment

This commit is contained in:
Sebastian Huber
2012-04-20 14:39:11 +02:00
parent 6d136ed9dd
commit 688fcc14db
+2 -1
View File
@@ -126,7 +126,8 @@ void _Event_Seize(
* An interrupt completed the thread's blocking request.
* The blocking thread was satisfied by an ISR or timed out.
*
* WARNING! Returning with interrupts disabled!
* WARNING! Entering with interrupts disabled and returning with interrupts
* enabled!
*/
_Thread_blocking_operation_Cancel( sync_state, executing, level );
}