Fix typos

This commit is contained in:
Dimitris Apostolou
2021-11-12 14:23:08 +02:00
parent 45416356ed
commit 2905e7667e
16 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ tor_cond_wait(tor_cond_t *cond, tor_mutex_t *lock_, const struct timeval *tv)
{
// recursive SRW locks are not supported because they need extra logic for
// acquiring and releasing but SleepConditionVariableSRW will use the OS
// lock relase function which lacks our extra logic
// lock release function which lacks our extra logic
tor_assert(lock_->type == NON_RECURSIVE);
SRWLOCK *lock = &lock_->mutex;
DWORD ms = INFINITE;