Fix incorrect comment

This commit is contained in:
Gregory Nutt 2014-11-07 15:54:24 -06:00
parent 8d8928c68a
commit fcc2a1bb4b

View File

@ -94,9 +94,7 @@
* 0 (OK) or -1 (ERROR) if unsuccessful
*
* Assumptions:
* This function cannot be called from an interrupt handler.
* It assumes the currently executing task is the one that
* is performing the unlock.
* This function may be called from an interrupt handler.
*
****************************************************************************/