[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13443: tweak (tor/trunk/src/common)
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;
};