core: Fix a few docstrings

This commit is contained in:
Lioncash 2015-01-20 13:52:44 -05:00
parent cbbe9e1500
commit a3f5e5605c
4 changed files with 4 additions and 4 deletions

View file

@ -134,7 +134,7 @@ void WaitCurrentThread(WaitType wait_type, Object* wait_object = GetCurrentThrea
/**
* Schedules an event to wake up the specified thread after the specified delay.
* @param handle The thread handle.
* @param thread The thread to wake after the delay.
* @param nanoseconds The time this thread will be allowed to sleep for.
*/
void WakeThreadAfterDelay(Thread* thread, s64 nanoseconds);