summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/kernel/mutex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/mutex.h b/src/core/hle/kernel/mutex.h
index 8a9309069..4cd266725 100644
--- a/src/core/hle/kernel/mutex.h
+++ b/src/core/hle/kernel/mutex.h
@@ -19,7 +19,6 @@ Result ReleaseMutex(Handle handle);
19 19
20/** 20/**
21 * Creates a mutex 21 * Creates a mutex
22 * @param handle Reference to handle for the newly created mutex
23 * @param initial_locked Specifies if the mutex should be locked initially 22 * @param initial_locked Specifies if the mutex should be locked initially
24 * @return Handle to newly created object 23 * @return Handle to newly created object
25 */ 24 */