[or-cvs] r13443: tweak (tor/trunk/src/common)
arma at seul.org
arma at seul.org
Sat Feb 9 10:45:50 UTC 2008
Author: arma
Date: 2008-02-09 05:45:49 -0500 (Sat, 09 Feb 2008)
New Revision: 13443
Modified:
tor/trunk/src/common/compat.c
Log:
tweak
Modified: tor/trunk/src/common/compat.c
===================================================================
--- tor/trunk/src/common/compat.c 2008-02-09 10:36:49 UTC (rev 13442)
+++ tor/trunk/src/common/compat.c 2008-02-09 10:45:49 UTC (rev 13443)
@@ -1701,7 +1701,7 @@
/* Conditions. */
#ifdef USE_PTHREADS
#if 0
-/** Cross-platform condtion implementation. */
+/** Cross-platform condition implementation. */
struct tor_cond_t {
pthread_cond_t cond;
};
More information about the tor-commits
mailing list