mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 14:07:57 -05:00
general: fix spelling mistakes
This commit is contained in:
@ -90,7 +90,7 @@ Fiber::~Fiber() {
|
||||
}
|
||||
|
||||
void Fiber::Exit() {
|
||||
ASSERT_MSG(impl->is_thread_fiber, "Exitting non main thread fiber");
|
||||
ASSERT_MSG(impl->is_thread_fiber, "Exiting non main thread fiber");
|
||||
if (!impl->is_thread_fiber) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user