mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 18:11:44 +00:00
simple typo in locks.nim (#14297)
This commit is contained in:
@@ -50,7 +50,7 @@ proc initCond*(cond: var Cond) {.inline.} =
|
||||
initSysCond(cond)
|
||||
|
||||
proc deinitCond*(cond: var Cond) {.inline.} =
|
||||
## Frees the resources associated with the lock.
|
||||
## Frees the resources associated with the condition variable.
|
||||
deinitSysCond(cond)
|
||||
|
||||
proc wait*(cond: var Cond, lock: var Lock) {.inline.} =
|
||||
|
||||
Reference in New Issue
Block a user