From f882a2fc5e28f5346993e7423836fa76c4d72296 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 9 Feb 2008 10:45:49 +0000 Subject: tweak svn:r13443 --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; }; -- cgit v1.2.3-54-g00ecf