diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-09 10:45:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-09 10:45:49 +0000 |
commit | f882a2fc5e28f5346993e7423836fa76c4d72296 (patch) | |
tree | 9bf6a3503e9c53b4bd32db131898bc98a41da589 /src/common | |
parent | b42c9d69f0e7a432fcf5b3283850b03954a911ae (diff) | |
download | tor-f882a2fc5e28f5346993e7423836fa76c4d72296.tar.gz tor-f882a2fc5e28f5346993e7423836fa76c4d72296.zip |
tweak
svn:r13443
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.c | 2 |
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; }; |