From a3f5e5605c06898acbda2257fc480846ae42b47e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 20 Jan 2015 13:52:44 -0500 Subject: core: Fix a few docstrings --- src/core/hle/kernel/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/kernel/thread.h') diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 284dec40..8c9f63aa 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -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); -- cgit v1.2.3