summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-26 22:49:11 -0400
committerGravatar bunnei2014-05-26 22:49:11 -0400
commitd493d725acfc431fcbed729bb28d9b8a19250f96 (patch)
tree8cfb4603ad68ac863a9a9fe34d4b9d56183b1b70 /src/core/hle/kernel
parentmutex: added additional docstrings (diff)
downloadyuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.tar.gz
yuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.tar.xz
yuzu-d493d725acfc431fcbed729bb28d9b8a19250f96.zip
mutex: removed docstring comment that is no longer relevant
Diffstat (limited to 'src/core/hle/kernel')
-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 */