doc: Typ fix in comment

--
This commit is contained in:
Werner Koch 2019-12-23 12:36:24 +01:00
parent 8a556c23a2
commit cc531cc210
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -1229,7 +1229,7 @@ dotlock_take_w32 (dotlock_t h, long timeout)
/* Take a lock on H. A value of 0 for TIMEOUT returns immediately if
the lock can't be taked, -1 waits forever (hopefully not), other
the lock can't be taken, -1 waits forever (hopefully not), other
values wait for TIMEOUT milliseconds. Returns: 0 on success */
int
dotlock_take (dotlock_t h, long timeout)