mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
Fix erroneous comment
This commit is contained in:
parent
73e37d1ba2
commit
76435da16d
@ -39,6 +39,6 @@ void semaphoreWait(Semaphore * s);
|
|||||||
/**
|
/**
|
||||||
* @brief Attempts to get lock without waiting.
|
* @brief Attempts to get lock without waiting.
|
||||||
* @param s Semaphore object.
|
* @param s Semaphore object.
|
||||||
* @return 1 if no wait is needed for lock, 0 otherwise.
|
* @return true if no wait and successful lock, false otherwise.
|
||||||
*/
|
*/
|
||||||
bool semaphoreTryWait(Semaphore * s);
|
bool semaphoreTryWait(Semaphore * s);
|
||||||
|
Loading…
Reference in New Issue
Block a user