diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-05-17 13:47:55 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-05-17 13:47:55 -0400 |
| commit | 09b8e8fb6afbbcc3dd6127ee02f7ac1611eb85aa (patch) | |
| tree | 1671fef9ab2f9bf06496d8de775da68176758881 /src/core/hle/kernel/thread.cpp | |
| parent | cfea5fdd5878968e8a1de99b86966c57d0fc5697 (diff) | |
changed a comment
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
| -rw-r--r-- | src/core/hle/kernel/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.cpp b/src/core/hle/kernel/thread.cpp index b967b3c62..d0bc9c8d8 100644 --- a/src/core/hle/kernel/thread.cpp +++ b/src/core/hle/kernel/thread.cpp @@ -354,7 +354,7 @@ void __KernelReschedule(const char *reason) { //////////////////////////////////////////////////////////////////////////////////////////////////// -/// Wait thread - on WaitSynchronization +/// Put current thread in a wait state - on WaitSynchronization void __KernelWaitThread_Synchronization() { // TODO(bunnei): Just a placeholder function for now... FixMe __KernelWaitCurThread(WAITTYPE_SYNCH, "waitSynchronization called"); |
