aboutsummaryrefslogtreecommitdiffstats
path: root/common/dotlock.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-12-23 11:36:24 +0000
committerWerner Koch <[email protected]>2019-12-23 11:40:43 +0000
commitcc531cc21034081424ff7c56f8e9d83e67090a39 (patch)
tree2479a73a6bc9680e0ebd9238b9522a213b5a37dc /common/dotlock.c
parentkbx: Change keyboxd to work only with one database. (diff)
downloadgnupg-cc531cc21034081424ff7c56f8e9d83e67090a39.tar.gz
gnupg-cc531cc21034081424ff7c56f8e9d83e67090a39.zip
doc: Typ fix in comment
--
Diffstat (limited to 'common/dotlock.c')
-rw-r--r--common/dotlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dotlock.c b/common/dotlock.c
index 1bc31d8a6..2dc143001 100644
--- a/common/dotlock.c
+++ b/common/dotlock.c
@@ -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)