Browse Source

tweak

svn:r13443
Roger Dingledine 17 years ago
parent
commit
f882a2fc5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/compat.c

+ 1 - 1
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;
 };