mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-22 15:32:35 +00:00
Fix typo in core/sync/primitives.odin
This commit is contained in:
@@ -293,7 +293,7 @@ rw_mutex_shared_guard :: proc "contextless" (m: ^RW_Mutex) -> bool {
|
||||
/*
|
||||
Recursive mutual exclusion lock.
|
||||
|
||||
Recurisve mutex is just like a plain mutex, except it allows reentrancy. In
|
||||
Recursive mutex is just like a plain mutex, except it allows reentrancy. In
|
||||
order for a thread to release the mutex for other threads, the mutex needs to
|
||||
be unlocked as many times, as it was locked.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user