mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 05:20:28 +00:00
Fix typo
This commit is contained in:
@@ -54,7 +54,7 @@ wait :: proc{
|
||||
futex_wait,
|
||||
}
|
||||
|
||||
wait_for_timeout :: proc{
|
||||
wait_with_timeout :: proc{
|
||||
cond_wait_with_timeout,
|
||||
sema_wait_with_timeout,
|
||||
atomic_cond_wait_with_timeout,
|
||||
|
||||
Reference in New Issue
Block a user