aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index a2a87f02e7..cc8350d4a0 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -1701,7 +1701,7 @@ struct tor_mutex_t {
/* Conditions. */
#ifdef USE_PTHREADS
#if 0
-/** Cross-platform condtion implementation. */
+/** Cross-platform condition implementation. */
struct tor_cond_t {
pthread_cond_t cond;
};