From d3efa637b448f1be84397deab0b1355bbc901e3b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 10 Sep 2015 11:07:33 -0400 Subject: General: Fix up doxygen comments --- src/core/hle/kernel/mutex.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/core/hle/kernel/mutex.h') diff --git a/src/core/hle/kernel/mutex.h b/src/core/hle/kernel/mutex.h index d6d5328be..1746360e4 100644 --- a/src/core/hle/kernel/mutex.h +++ b/src/core/hle/kernel/mutex.h @@ -38,10 +38,9 @@ public: void Acquire() override; /** - * Acquires the specified mutex for the specified thread - * @param mutex Mutex that is to be acquired - * @param thread Thread that will acquire the mutex - */ + * Acquires the specified mutex for the specified thread + * @param thread Thread that will acquire the mutex + */ void Acquire(SharedPtr thread); void Release(); -- cgit v1.2.3